mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Fix logic errors in validate cluster and make it work for vagrant again
This commit is contained in:
@@ -27,4 +27,5 @@ export KUBERNETES_MASTER="https://10.245.1.2"
|
||||
MINION_IP_BASE="10.245.2."
|
||||
for (( i=0; i <${NUM_MINIONS}; i++)) do
|
||||
KUBE_MINION_IP_ADDRESSES[$i]="${MINION_IP_BASE}$[$i+2]"
|
||||
MINION_NAMES[$i]="${MINION_IP_BASE}$[$i+2]"
|
||||
done
|
Reference in New Issue
Block a user