k3s/cluster
Zach Loafman f48904fd5e Revert "Security context - types, kubelet, admission" 2015-05-05 15:20:39 -07:00
..
addons Add a liveness probe to the DNS container. 2015-05-05 17:41:08 +00:00
aws Revert "Security context - types, kubelet, admission" 2015-05-05 15:20:39 -07:00
azure Revert "Security context - types, kubelet, admission" 2015-05-05 15:20:39 -07:00
gce Revert "Security context - types, kubelet, admission" 2015-05-05 15:20:39 -07:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images FIX: Issue #7750 - Hyperkube needs certificates 2015-05-05 11:26:13 +10: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 #7672 from eparis/boilerplate-python 2015-05-05 09:23:36 -07: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 "Security context - types, kubelet, admission" 2015-05-05 15:20:39 -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.