Skip to content

Commit

Permalink
Merge pull request #7565 from jlowdermilk/fix-gke-e2e
Browse files Browse the repository at this point in the history
fix kube-down for provider gke
  • Loading branch information
zmerlynn committed Apr 30, 2015
2 parents 5bd2e6d + 996168d commit ffa50b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gke/util.sh
Expand Up @@ -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"
}

0 comments on commit ffa50b9

Please sign in to comment.