k3s/cluster
Filip Grzadkowski 7e8bde53dd Set GOMAXPROCS for etcd 2015-05-07 08:11:39 +02:00
..
addons Add a liveness probe to the DNS container. 2015-05-05 17:41:08 +00:00
aws Revert "Revert "Security context - types, kubelet, admission"" 2015-05-05 16:02:13 -07:00
azure Revert "Revert "Security context - types, kubelet, admission"" 2015-05-05 16:02:13 -07:00
gce Merge pull request #7827 from zmerlynn/safe_format_cleanup 2015-05-06 10:50:32 +02:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images Create docker image for kubelet 2015-05-05 20:14:26 -04:00
juju update all python with boilerplate 2015-05-04 18:37:47 -04:00
libvirt-coreos Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
saltbase Set GOMAXPROCS for etcd 2015-05-07 08:11:39 +02:00
ubuntu Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
ubuntu-cluster Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
vagrant Revert "Revert "Security context - types, kubelet, admission"" 2015-05-05 16:02:13 -07:00
vsphere Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
README.md Update docs. Add design principles. Fixes #6133. Fixes #4182. 2015-04-16 22:13:44 +00:00
common.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
get-kube.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-down.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kubectl.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
options.md More options documentation 2015-04-03 13:44:06 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
validate-cluster.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04: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.