Revert "Modified etcd manifest to support clustering."

This commit is contained in:
Daniel Smith
2016-07-27 12:03:21 -07:00
committed by GitHub
parent 1aaea5fe09
commit fb3f02fb68
5 changed files with 2 additions and 51 deletions

View File

@@ -644,7 +644,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})
INITIAL_ETCD_CLUSTER: $(yaml-quote ${MASTER_NAME})
EOF
if [ -n "${APISERVER_TEST_ARGS:-}" ]; then
cat >>$file <<EOF