kube-up: Support multiple additional IPs for SSL cert

And pass the public IP when setting up AWS
This commit is contained in:
Justin Santa Barbara
2016-02-04 16:16:04 -05:00
parent fd5c44c72e
commit 270fae4d66
2 changed files with 8 additions and 6 deletions

View File

@@ -958,7 +958,7 @@ function start-master() {
# We have to make sure that the cert is valid for API_SERVERS
# i.e. we likely have to pass ELB name / elastic IP in future
create-certs "${MASTER_INTERNAL_IP}"
create-certs "${KUBE_MASTER_IP}" "${MASTER_INTERNAL_IP}"
# This key is no longer needed, and this enables us to get under the 16KB size limit
KUBECFG_CERT_BASE64=""