Merge pull request #16719 from mikedanese/enable-deploy

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-11-05 13:11:31 -08:00
commit 3a6c9df1f5

View File

@ -111,7 +111,7 @@ if [[ "${ENABLE_NODE_AUTOSCALER}" == "true" ]]; then
fi
# 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
ENABLE_EXPERIMENTAL_API=true
fi