k3s/cluster
bprashanth bfd4485317 Retrieve username/password from basicauth section of kubeconfig 2016-09-15 12:57:18 -07:00
..
addons Merge pull request #31518 from bryk/release-v1.4.0-beta1 2016-09-02 09:50:09 -07:00
aws AWS: Docker is flapping because of cbr0 bringup, flip to kubenet 2016-09-07 15:41:38 -07:00
azure
azure-legacy [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
centos Use etcd 2.3.7 (container already pushed) 2016-09-09 09:45:53 +02:00
gce Retrieve username/password from basicauth section of kubeconfig 2016-09-15 12:57:18 -07:00
gke cluster/gke: reword package docs 2016-08-14 22:12:51 +03:00
images Merge pull request #32359 from wojtek-t/rollback_etcd 2016-09-09 09:53:02 -07:00
juju Merge pull request #31794 from chuckbutler/messaging-uniformity 2016-09-06 15:04:56 -07:00
kubemark Allow for configuring max inflight requests in kubemark 2016-09-01 11:46:37 +02:00
lib Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
libvirt-coreos [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
local Fix running e2e against local cluster 2016-08-29 17:16:13 -04:00
mesos/docker Fix Bash script 2016-08-29 14:01:44 +02:00
openstack-heat Merge pull request #27783 from jianhuiz/openstack-heat-network 2016-09-07 16:25:02 -07:00
ovirt
photon-controller [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
rackspace
saltbase Merge pull request #32359 from wojtek-t/rollback_etcd 2016-09-09 09:53:02 -07:00
skeleton
ubuntu [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
vagrant Set eviction-hard for vagrant cluster 2016-09-06 17:24:57 +03:00
vsphere [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
OWNERS
README.md
common.sh Retrieve username/password from basicauth section of kubeconfig 2016-09-15 12:57:18 -07:00
get-kube-local.sh
get-kube.sh
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh
kubectl.sh Make releases work 2016-07-12 21:52:54 -07:00
log-dump.sh Store startupscript from GKE clusters too 2016-09-01 13:48:50 +02:00
options.md
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 maintainence 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