mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
enable all extensions in e2e test clusters
This commit is contained in:
@@ -108,6 +108,11 @@ ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-false}"
|
||||
if [[ "${ENABLE_DEPLOYMENTS}" == "true" ]]; then
|
||||
ENABLE_EXPERIMENTAL_API=true
|
||||
fi
|
||||
# Optional: Enable daemonset experimental feature, not ready for production use.
|
||||
ENABLE_DAEMONSETS="${KUBE_ENABLE_DAEMONSETS:-false}"
|
||||
if [[ "${ENABLE_DAEMONSETS}" == "true" ]]; then
|
||||
ENABLE_EXPERIMENTAL_API=true
|
||||
fi
|
||||
|
||||
# Admission Controllers to invoke prior to persisting objects in cluster
|
||||
ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
|
||||
|
Reference in New Issue
Block a user