k3s/cluster/aws
Thomas Ploch 189f2436e3 [AWS] Wrong assignment of `KUBE_MASTER_IP` with Elastic IP
Currently when using a custom elastic IP, the ENV var `KUBE_MASTER_IP` gets
the output of `$(assign-elastic-ip $ip $master_id)` assigned.

This is wrong since the command returns a string:
`Attaching IP 99.999.999.999 to instance i-9999999`

This patch fixes the assignment by calling `get_instance_public_ip` again.
2015-12-12 13:53:01 +01:00
..
coreos keep kubeproxy hostname consistent with kubelet 2015-11-28 10:47:29 +08:00
jessie AWS: Log the region when we don't recognize it. 2015-10-27 10:18:52 -04:00
templates Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
trusty Minion->Node rename: KUBE_NODE_IMAGE 2015-11-25 00:43:51 -08:00
vivid AWS: Update Ubuntu Vivid AMIs 2015-11-06 11:58:39 -05:00
wheezy AWS: Log the region when we don't recognize it. 2015-10-27 10:18:52 -04:00
config-default.sh Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
config-test.sh Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
options.md Add warning about AWS EC2 't2' instance type 2015-12-06 19:56:13 +01:00
util.sh [AWS] Wrong assignment of `KUBE_MASTER_IP` with Elastic IP 2015-12-12 13:53:01 +01:00