Commit 97429116 authored by Brendan Burns's avatar Brendan Burns

Only delete attached boot disks, don't delete other attached disks.

parent 68450e0c
...@@ -469,7 +469,7 @@ function kube-down { ...@@ -469,7 +469,7 @@ function kube-down {
gcloud compute instances delete \ gcloud compute instances delete \
--project "${PROJECT}" \ --project "${PROJECT}" \
--quiet \ --quiet \
--delete-disks all \ --delete-disks boot \
--zone "${ZONE}" \ --zone "${ZONE}" \
"${minions[@]::10}" || true "${minions[@]::10}" || true
minions=( "${minions[@]:10}" ) minions=( "${minions[@]:10}" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment