We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ab671 commit 8f2c296Copy full SHA for 8f2c296
hack/local-up-cluster.sh
@@ -62,7 +62,7 @@ EVICTION_PRESSURE_TRANSITION_PERIOD=${EVICTION_PRESSURE_TRANSITION_PERIOD:-"1m"}
62
# This script uses docker0 (or whatever container bridge docker is currently using)
63
# and we don't know the IP of the DNS pod to pass in as --cluster-dns.
64
# To set this up by hand, set this flag and change DNS_SERVER_IP.
65
-# Note also that you need API_HOST (defined above) for correct DNS.
+# Note also that you need API_HOST (defined below) for correct DNS.
66
KUBE_PROXY_MODE=${KUBE_PROXY_MODE:-""}
67
ENABLE_CLUSTER_DNS=${KUBE_ENABLE_CLUSTER_DNS:-true}
68
ENABLE_NODELOCAL_DNS=${KUBE_ENABLE_NODELOCAL_DNS:-false}
0 commit comments