fix kube-down for provider gke

(cherry picked from commit 996168dced)
pull/6/head
Jeff Lowdermilk 2015-04-30 09:20:52 -07:00 committed by Brendan Burns
parent 20de8c93b7
commit 3aaf51fa77
1 changed files with 1 additions and 1 deletions

View File

@ -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}"
--zone="${ZONE}" "${CLUSTER_NAME} --quiet"
}