Skip to content

Commit 8f2c296

Browse files
author
Hui Kang
committed
Fix minor comment in a script
The variable API_HOST is defined below the comment Signed-off-by: Hui Kang <[email protected]>
1 parent 32ab671 commit 8f2c296

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)