mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Add missing detect-project to detect-minions
This commit is contained in:
parent
77064e2891
commit
91a75c7620
@ -148,6 +148,9 @@ function upload-server-tars() {
|
|||||||
# Vars set:
|
# Vars set:
|
||||||
# KUBE_MINION_IP_ADDRESS (array)
|
# KUBE_MINION_IP_ADDRESS (array)
|
||||||
function detect-minions () {
|
function detect-minions () {
|
||||||
|
if [[ -z "${PROJECT-}" ]]; then
|
||||||
|
detect-project
|
||||||
|
fi
|
||||||
KUBE_MINION_IP_ADDRESSES=()
|
KUBE_MINION_IP_ADDRESSES=()
|
||||||
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
|
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
|
||||||
local minion_ip=$(gcloud compute instances describe --project "${PROJECT}" --zone "${ZONE}" \
|
local minion_ip=$(gcloud compute instances describe --project "${PROJECT}" --zone "${ZONE}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user