Files
kubernetes/cluster
Matt Margolin e752f2149f Enable non_masquerade_cidr option configured in salt.grains
This should allow allow the non_masquerade_cidr option to get configured
in /etc/salt/minion.d/grains.conf, allowing the flag to used by kubelet
in /etc/sysconfig/kubelet. Default configuration is set in pillar
2016-03-15 09:56:33 -04:00
..
2016-03-14 20:00:17 +01:00
2016-03-05 00:19:58 -08:00
2016-03-07 13:29:04 -08:00
2016-02-29 19:46:58 +01:00
2016-03-08 16:57:31 -08:00
2016-03-09 10:17:54 +08:00
2016-03-02 20:46:32 -05: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.

Analytics