Minion->Node rename: NODE_IP_BASE, NODE_IP_RANGES, NODE_IP_RANGE, etc

NODE_IPS
NODE_IP
NODE_MEMORY_MB
This commit is contained in:
Brad Erickson
2015-11-23 19:03:44 -08:00
parent 83ed2fa22e
commit 6fe68a737e
10 changed files with 25 additions and 25 deletions

View File

@@ -134,7 +134,7 @@ Example of GCE's advanced routing rules:
```sh
gcloud compute routes add "${MINION_NAMES[$i]}" \
--project "${PROJECT}" \
--destination-range "${MINION_IP_RANGES[$i]}" \
--destination-range "${NODE_IP_RANGES[$i]}" \
--network "${NETWORK}" \
--next-hop-instance "${MINION_NAMES[$i]}" \
--next-hop-instance-zone "${ZONE}" &