Merge pull request #7565 from jlowdermilk/fix-gke-e2e

fix kube-down for provider gke
This commit is contained in:
Zach Loafman 2015-04-30 09:28:38 -07:00
commit ffa50b9c8f

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"
}