mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #2888 from brendandburns/pd3
Only delete attached boot disks, don't delete other attached disks.
This commit is contained in:
commit
7cf0c4d7d7
@ -469,7 +469,7 @@ function kube-down {
|
||||
gcloud compute instances delete \
|
||||
--project "${PROJECT}" \
|
||||
--quiet \
|
||||
--delete-disks all \
|
||||
--delete-disks boot \
|
||||
--zone "${ZONE}" \
|
||||
"${minions[@]::10}" || true
|
||||
minions=( "${minions[@]:10}" )
|
||||
|
Loading…
Reference in New Issue
Block a user