Skip to content

Commit 3606591

Browse files
authored
Merge pull request kubernetes#94702 from huikang/fix-minor-comment
Fix minor comment in a script
2 parents 77f349e + 8f2c296 commit 3606591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/local-up-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ EVICTION_PRESSURE_TRANSITION_PERIOD=${EVICTION_PRESSURE_TRANSITION_PERIOD:-"1m"}
6262
# This script uses docker0 (or whatever container bridge docker is currently using)
6363
# and we don't know the IP of the DNS pod to pass in as --cluster-dns.
6464
# 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.
65+
# Note also that you need API_HOST (defined below) for correct DNS.
6666
KUBE_PROXY_MODE=${KUBE_PROXY_MODE:-""}
6767
ENABLE_CLUSTER_DNS=${KUBE_ENABLE_CLUSTER_DNS:-true}
6868
ENABLE_NODELOCAL_DNS=${KUBE_ENABLE_NODELOCAL_DNS:-false}

0 commit comments

Comments
 (0)