k3s/cluster
Joe Betz 1d2a090260 Explicitly set etcd --snapshot-count to 10000 to match etcd 3.2 default 2018-04-11 16:49:54 -07:00
..
addons Add wildcard toleration to nvidia-gpu-device-plugin. 2018-04-06 17:36:48 -07:00
centos rename StorageProtection to StorageObjectInUseProtection 2018-02-21 10:48:56 +08:00
gce Explicitly set etcd --snapshot-count to 10000 to match etcd 3.2 default 2018-04-11 16:49:54 -07:00
images Reimplement migrate-if-needed.sh in go 2018-04-10 09:19:30 -07:00
juju Merge pull request #62071 from wwwtyro/rye/arm64-support 2018-04-10 08:56:27 -07:00
kubemark Merge pull request #61241 from jpbetz/go-migrate-if-needed 2018-04-11 02:37:09 -07:00
kubernetes-anywhere
local
log-dump Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
pre-existing
skeleton
BUILD Reimplement migrate-if-needed.sh in go 2018-04-10 09:19:30 -07:00
OWNERS
README.md
clientbin.sh
common.sh Don't require release tars on kube-down 2018-04-05 17:39:18 -04:00
get-kube-binaries.sh
get-kube-local.sh Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
get-kube.sh
kube-down.sh
kube-up.sh Don't require release tars on kube-down 2018-04-05 17:39:18 -04:00
kube-util.sh
kubeadm.sh fix flaky integration tests 2018-03-29 09:45:46 -07:00
kubectl.sh
restore-from-backup.sh fix all the typos across the project 2018-02-11 11:04:14 +08:00
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh cluster/update-storage-objects.sh: Fix to ignore deleted objects 2018-03-22 14:47:33 +09:00
validate-cluster.sh fix all the typos across the project 2018-02-11 11:04:14 +08:00

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