Remove unnecessary configuration for apiserver host and port.

This commit is contained in:
Random-Liu
2016-06-09 16:06:48 -07:00
parent 7476d97781
commit 42bd5e2e53
5 changed files with 1 additions and 14 deletions

View File

@@ -594,7 +594,6 @@ ENABLE_MANIFEST_URL: $(yaml-quote ${ENABLE_MANIFEST_URL:-false})
MANIFEST_URL: $(yaml-quote ${MANIFEST_URL:-})
MANIFEST_URL_HEADER: $(yaml-quote ${MANIFEST_URL_HEADER:-})
NUM_NODES: $(yaml-quote ${NUM_NODES})
MASTER_NAME: $(yaml-quote ${MASTER_NAME})
EOF
if [ -n "${APISERVER_TEST_ARGS:-}" ]; then
cat >>$file <<EOF