mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fix to stop-kubemark script
This commit is contained in:
parent
dfb400e2e9
commit
3a609c971d
@ -36,7 +36,7 @@ gcloud compute instances delete "${MASTER_NAME}" \
|
||||
gcloud compute disks delete "${MASTER_NAME}"-pd \
|
||||
--project "${PROJECT}" \
|
||||
--quiet \
|
||||
--zone "${ZONE}" \ || true
|
||||
--zone "${ZONE}" || true
|
||||
|
||||
gcloud compute firewall-rules delete "${INSTANCE_PREFIX}-kubemark-master-https" \
|
||||
--project "${PROJECT}" \
|
||||
|
Loading…
Reference in New Issue
Block a user