mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Fix the fix for GKE kube-down
Fixes issue in #7565
(cherry picked from commit 6a0fab3d34
)
This commit is contained in:
parent
3aaf51fa77
commit
33b3d99b96
@ -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