enable deployments by default in test clusters

This commit is contained in:
Mike Danese 2015-11-02 23:07:58 -08:00
parent 95bdf1923c
commit 7206a5615f

View File

@ -111,7 +111,7 @@ if [[ "${ENABLE_NODE_AUTOSCALER}" == "true" ]]; then
fi fi
# Optional: Enable deployment experimental feature, not ready for production use. # Optional: Enable deployment experimental feature, not ready for production use.
ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-false}" ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-true}"
if [[ "${ENABLE_DEPLOYMENTS}" == "true" ]]; then if [[ "${ENABLE_DEPLOYMENTS}" == "true" ]]; then
ENABLE_EXPERIMENTAL_API=true ENABLE_EXPERIMENTAL_API=true
fi fi