Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT

This commit is contained in:
Brad Erickson
2015-11-23 19:04:40 -08:00
parent 6fe68a737e
commit fc04b55088
17 changed files with 63 additions and 63 deletions

View File

@@ -26,7 +26,7 @@ function detect-master {
# Get minion names if they are not static.
function detect-minion-names {
echo "MINION_NAMES: [${MINION_NAMES[*]}]" 1>&2
echo "NODE_NAMES: [${NODE_NAMES[*]}]" 1>&2
}
# Get minion IP addresses and store in KUBE_NODE_IP_ADDRESSES[]