k3s/cluster/aws
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
..
templates Merge pull request #7736 from justinsb/aws_fix_known_tokens_file 2015-05-04 14:34:11 -07:00
config-default.sh Optionally associate master instance with AWS Elastic IP 2015-05-13 10:45:51 +03:00
config-test.sh rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
options.md AWS: added docs for KUBE_ENABLE_MINION_PUBLIC_IP option 2015-05-08 16:56:06 +02:00
util.sh Optionally associate master instance with AWS Elastic IP 2015-05-13 10:45:51 +03:00