Skip to content

Commit

Permalink
Merge pull request #94702 from huikang/fix-minor-comment
Browse files Browse the repository at this point in the history
Fix minor comment in a script
  • Loading branch information
k8s-ci-robot committed Sep 11, 2020
2 parents 77f349e + 8f2c296 commit 3606591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/local-up-cluster.sh
Expand Up @@ -62,7 +62,7 @@ EVICTION_PRESSURE_TRANSITION_PERIOD=${EVICTION_PRESSURE_TRANSITION_PERIOD:-"1m"}
# This script uses docker0 (or whatever container bridge docker is currently using)
# and we don't know the IP of the DNS pod to pass in as --cluster-dns.
# To set this up by hand, set this flag and change DNS_SERVER_IP.
# Note also that you need API_HOST (defined above) for correct DNS.
# Note also that you need API_HOST (defined below) for correct DNS.
KUBE_PROXY_MODE=${KUBE_PROXY_MODE:-""}
ENABLE_CLUSTER_DNS=${KUBE_ENABLE_CLUSTER_DNS:-true}
ENABLE_NODELOCAL_DNS=${KUBE_ENABLE_NODELOCAL_DNS:-false}
Expand Down

0 comments on commit 3606591

Please sign in to comment.