Merge pull request #96025 from haircommander/fix-API_PORT

hack/local-up-cluster.sh: fix API_PORT
This commit is contained in:
Kubernetes Prow Robot 2020-10-29 21:04:15 -07:00 committed by GitHub
commit 3662e1e344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ fi
# Shut down anyway if there's an error.
set +e
API_PORT=${API_PORT:-8080}
API_PORT=${API_PORT:-0}
API_SECURE_PORT=${API_SECURE_PORT:-6443}
# WARNING: For DNS to work on most setups you should export API_HOST as the docker0 ip address,