mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Merge pull request #7574 from zmerlynn/fix_the_gke_fix
Fix the fix for GKE kube-down
This commit is contained in:
commit
b1f5e3e5ea
@ -303,5 +303,5 @@ function kube-down() {
|
|||||||
echo "... in kube-down()" >&2
|
echo "... in kube-down()" >&2
|
||||||
detect-project >&2
|
detect-project >&2
|
||||||
"${GCLOUD}" alpha container clusters delete --project="${PROJECT}" \
|
"${GCLOUD}" alpha container clusters delete --project="${PROJECT}" \
|
||||||
--zone="${ZONE}" "${CLUSTER_NAME} --quiet"
|
--zone="${ZONE}" "${CLUSTER_NAME}" --quiet
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user