k3s/cluster
Kubernetes Submit Queue 97b28552be
Merge pull request #59274 from mwielgus/mw-mp-owners
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add mwielgus and MaciekPytel to GCE owners

To perform ClusterAutoscaler releases.
```release-note
NONE
```
2018-02-05 04:25:21 -08:00
..
addons Merge pull request #58564 from mikedanese/rm-opencontrail 2018-02-02 17:17:36 -08:00
centos reuse PVC protection admission plugin for PV protection 2018-01-31 20:02:01 +08:00
gce Merge pull request #59274 from mwielgus/mw-mp-owners 2018-02-05 04:25:21 -08:00
images Update etcd server version to 3.2.13 2018-02-02 17:25:13 -08:00
juju Merge pull request #59219 from hyperbolic2346/mwilson/get-node-name-timeout-bump 2018-02-02 10:25:36 -08:00
kubemark Expose etcd compaction interval param for kubemark apiserver 2018-02-01 11:10:02 +01:00
kubernetes-anywhere
local
log-dump Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
pre-existing
skeleton cluster: remove kube-push 2018-01-13 08:08:48 -08:00
BUILD Use the pkg_tar wrapper from kubernetes/repo-infra 2018-01-18 17:10:16 -08:00
OWNERS
README.md
clientbin.sh Update helper scripts to find binaries in new bazel-bin paths 2017-12-23 13:13:09 -08:00
common.sh Merge pull request #59259 from wojtek-t/configurable_quota_backend_bytes 2018-02-02 17:17:45 -08:00
get-kube-binaries.sh
get-kube-local.sh Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
get-kube.sh Remove salt support for providers that no longer exist. 2018-01-12 15:51:23 -08:00
kube-down.sh
kube-up.sh cluster: delete image staging 2018-02-01 07:23:50 -08:00
kube-util.sh
kubeadm.sh
kubectl.sh
restore-from-backup.sh Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.

See the getting-started guides for examples of how to use the scripts.

cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by SaltStack.

Analytics