Commit 7cf0c4d7 authored by bgrant0607's avatar bgrant0607

Merge pull request #2888 from brendandburns/pd3

Only delete attached boot disks, don't delete other attached disks.
parents 68450e0c 97429116
......@@ -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}" )
......
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