diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 68e2d848b60..23c0f1791ff 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -59,6 +59,14 @@ function verify-prereqs { fi fi fi + if [[ "${ENABLE_DEPLOYMENTS}" == "true" ]]; then + if [[ -z "${RUNTIME_CONFIG}" ]]; then + RUNTIME_CONFIG="extensions/v1beta1/deployments=true" + else + RUNTIME_CONFIG="${RUNTIME_CONFIG},extensions/v1beta1/deployments=true" + fi + fi + local cmd for cmd in gcloud gsutil; do