k3s/cluster
Kevin 5f985045f4 set default docker storage driver to devicemapper and fix DOCKER_OPTS passing 2015-09-10 15:47:06 +00:00
..
addons Merge pull request #13551 from eparis/cloudplatfrom-to-kubernetes 2015-09-04 12:36:01 -07:00
aws Remove NamespaceExists from configuration 2015-09-03 13:42:09 -04:00
azure Remove NamespaceExists from configuration 2015-09-03 13:42:09 -04:00
centos set default docker storage driver to devicemapper and fix DOCKER_OPTS passing 2015-09-10 15:47:06 +00:00
gce enable the experimental API group in e2e tests 2015-09-09 15:26:32 -07:00
gke Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
images Fix mounting volumes in docker based kubernetes setup. 2015-09-01 16:42:23 +02:00
juju Copy edits for typos (resubmitted) 2015-08-25 10:47:58 -04:00
libvirt-coreos Merge pull request #13031 from daizuozhuo/kubectl-get 2015-09-06 13:15:05 -07:00
mesos/docker Remove NamespaceExists from configuration 2015-09-03 13:42:09 -04:00
ovirt
rackspace Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
saltbase change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
ubuntu Merge pull request #13381 from Huawei-PaaS/upgrade_k8s_cluster_for_ubuntu 2015-09-08 09:05:51 -07:00
vagrant Improve reliability of salt-minion on vagrant master 2015-09-08 10:42:37 -04:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
README.md
common.sh tear down resources before tear down the cluster 2015-09-07 11:03:45 +08:00
get-kube.sh
kube-down.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh
kube-push.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-up.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-util.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
kubectl.sh
options.md
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh When calling kubectl.sh, allow error due to API server bouncing 2015-08-18 07:16:18 -06:00

README.md

Cluster Configuration

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