Skip to content

Commit

Permalink
Remove unused node-name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen1107 committed Apr 28, 2015
1 parent 13a0b03 commit 876f8be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster/gce/util.sh
Expand Up @@ -574,7 +574,6 @@ function kube-up {
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
create-route "${MINION_NAMES[$i]}" "${MINION_IP_RANGES[$i]}" &
add-instance-metadata "${MINION_NAMES[$i]}" "node-ip-range=${MINION_IP_RANGES[$i]}" &
add-instance-metadata "${MINION_NAMES[$i]}" "node-name=${MINION_NAMES[$i]}" &

if [ $i -ne 0 ] && [ $((i%5)) -eq 0 ]; then
echo Waiting for a batch of routes at $i...
Expand Down

0 comments on commit 876f8be

Please sign in to comment.