mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
It's for autoscaling tests purposes and making the config consistent with other flags like ENABLE_NODE_LOGGING
This commit is contained in:
@@ -158,7 +158,7 @@ After the previous parts, you will have a working k8s cluster, this part will te
|
||||
The configuration of dns is configured in cluster/ubuntu/config-default.sh.
|
||||
|
||||
```sh
|
||||
ENABLE_CLUSTER_DNS=true
|
||||
ENABLE_CLUSTER_DNS="${KUBE_ENABLE_CLUSTER_DNS:-true}"
|
||||
|
||||
DNS_SERVER_IP="192.168.3.10"
|
||||
|
||||
|
Reference in New Issue
Block a user