mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #20067 from justinsb/aws_test_defaults
AWS: Change config-test defaults to match GCE
This commit is contained in:
commit
f684e80b1f
@ -83,8 +83,8 @@ MASTER_RESERVED_IP="${MASTER_RESERVED_IP:-}"
|
|||||||
RUNTIME_CONFIG="${KUBE_RUNTIME_CONFIG:-}"
|
RUNTIME_CONFIG="${KUBE_RUNTIME_CONFIG:-}"
|
||||||
|
|
||||||
# Enable various v1beta1 features
|
# Enable various v1beta1 features
|
||||||
ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-}"
|
ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-true}"
|
||||||
ENABLE_DAEMONSETS="${KUBE_ENABLE_DAEMONSETS:-}"
|
ENABLE_DAEMONSETS="${KUBE_ENABLE_DAEMONSETS:-true}"
|
||||||
|
|
||||||
# Optional: Cluster monitoring to setup as part of the cluster bring up:
|
# Optional: Cluster monitoring to setup as part of the cluster bring up:
|
||||||
# none - No cluster monitoring setup
|
# none - No cluster monitoring setup
|
||||||
|
Loading…
Reference in New Issue
Block a user