kubernetes/cluster
Rohit Jnagal 36bb479c52 Merge pull request #5498 from ZJU-SEL/refactor-ubuntu
Ubuntu-distro: deprecate & merge ubuntu single node work to ubuntu cluster node stuff
2015-05-07 09:41:20 -07:00
..
addons Expose 53/TCP on DNS service 2015-05-07 00:40:39 -07: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 #7792 from pweil-/security-context-types 2015-05-07 10:43:43 +02:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images Add ability to dockerize kubelet in local cluster 2015-05-06 09:36:52 -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 Merge pull request #7863 from fgrzadkowski/etcd_maxprocs 2015-05-07 10:09:29 +02:00
ubuntu Merge the old single-node and multi-node ubuntu deployment into one better approach and update the guidance 2015-05-07 21:01:29 +08: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
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 Merge the old single-node and multi-node ubuntu deployment into one better approach and update the guidance 2015-05-07 21:01:29 +08:00
options.md More options documentation 2015-04-03 13:44:06 -07:00
README.md Update docs. Add design principles. Fixes #6133. Fixes #4182. 2015-04-16 22:13:44 +00: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

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.