mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
fixed missing $
This commit is contained in:
parent
96d34c1106
commit
1119340260
@ -107,7 +107,7 @@ function detect-minions () {
|
||||
KUBE_MINION_IP_ADDRESSES=()
|
||||
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
|
||||
local minion_ip
|
||||
if [[ "ENABLE_MINION_PUBLIC_IP" == "true" ]]; then
|
||||
if [[ "$ENABLE_MINION_PUBLIC_IP" == "true" ]]; then
|
||||
minion_ip=$(get_instance_public_ip ${MINION_NAMES[$i]})
|
||||
else
|
||||
minion_ip=$(get_instance_private_ip ${MINION_NAMES[$i]})
|
||||
|
Loading…
Reference in New Issue
Block a user