Merge pull request #7574 from zmerlynn/fix_the_gke_fix

Fix the fix for GKE kube-down
This commit is contained in:
Zach Loafman 2015-04-30 10:26:08 -07:00
commit b1f5e3e5ea

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