k3s/cluster
Madis Nõmme d4d02a9028 Optionally associate master instance with AWS Elastic IP
When MASTER_RESERVED_IP is set to elastic IP from AWS, then aws/util.sh will
associate it with master instance and assign it to KUBE_MASTER_IP. If no MASTER_RESERVED_IP
is set, new elastic ip will be requested from amazon. This allows cluster certificates to
be generated for an IP that doesn't change between stopping & starting cluster instances.

The requested elastic ip is not released when kube-down.sh is run. I think it is good
because user could have created DNS records and it would be bad if the IP was removed.
He can reuse it next time through MASTER_RESERVED_IP when setting up cluster again.
2015-05-13 10:45:51 +03:00
..
addons Merge pull request #8067 from piosz/kubectl 2015-05-12 17:09:22 -07:00
aws Optionally associate master instance with AWS Elastic IP 2015-05-13 10:45:51 +03:00
azure ServiceAccount admission plugin 2015-05-11 17:18:06 -04:00
gce Merge pull request #8096 from saad-ali/fixTemplateUpDown 2015-05-12 17:05:13 -07:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images Ease building kubelet image 2015-05-08 01:21:25 -04:00
juju update all python with boilerplate 2015-05-04 18:37:47 -04:00
libvirt-coreos rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
saltbase Merge pull request #8121 from satnam6502/fluentd-gcp 2015-05-12 14:26:46 -07:00
ubuntu rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
vagrant Merge pull request #8105 from thockin/dns-domain 2015-05-12 17:18:45 -04:00
vsphere rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07: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 Merge pull request #8005 from lavalamp/kubectlFix 2015-05-11 10:19:37 -07: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 Check node status as part of validate-cluster.sh. 2015-05-07 16:13:07 -07: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.