mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
enable deployments by default in test clusters
This commit is contained in:
parent
95bdf1923c
commit
7206a5615f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user