mirror of https://github.com/k3s-io/k3s
Fix the fix for GKE kube-down
Fixes issue in #7565
(cherry picked from commit 6a0fab3d34
)
pull/6/head
parent
3aaf51fa77
commit
33b3d99b96
|
@ -303,5 +303,5 @@ function kube-down() {
|
|||
echo "... in kube-down()" >&2
|
||||
detect-project >&2
|
||||
"${GCLOUD}" alpha container clusters delete --project="${PROJECT}" \
|
||||
--zone="${ZONE}" "${CLUSTER_NAME} --quiet"
|
||||
--zone="${ZONE}" "${CLUSTER_NAME}" --quiet
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue