Skip to content

Commit

Permalink
Merge pull request kubernetes#19320 from justinsb/aws_pass_numnodes
Browse files Browse the repository at this point in the history
AWS: Pass NUM_NODES in instance-data
  • Loading branch information
brendandburns committed Jan 7, 2016
2 parents ab6edd8 + 57265a4 commit 9ac13f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/aws/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ function start-master() {
echo "readonly SERVER_BINARY_TAR_URL='${SERVER_BINARY_TAR_URL}'"
echo "readonly SALT_TAR_URL='${SALT_TAR_URL}'"
echo "readonly ZONE='${ZONE}'"
echo "readonly NUM_NODES='${NUM_NODES}'"
echo "readonly KUBE_USER='${KUBE_USER}'"
echo "readonly KUBE_PASSWORD='${KUBE_PASSWORD}'"
echo "readonly SERVICE_CLUSTER_IP_RANGE='${SERVICE_CLUSTER_IP_RANGE}'"
Expand Down

0 comments on commit 9ac13f6

Please sign in to comment.