Merge pull request #37451 from jszczepkowski/ha-read-quorum

Automatic merge from submit-queue

Added setting etcd read quorum flag
This commit is contained in:
Kubernetes Submit Queue
2016-12-01 06:31:24 -08:00
committed by GitHub
8 changed files with 21 additions and 2 deletions

View File

@@ -762,6 +762,11 @@ EOF
if [ -n "${INITIAL_ETCD_CLUSTER:-}" ]; then
cat >>$file <<EOF
INITIAL_ETCD_CLUSTER: $(yaml-quote ${INITIAL_ETCD_CLUSTER})
EOF
fi
if [ -n "${ETCD_QUORUM_READ:-}" ]; then
cat >>$file <<EOF
ETCD_QUORUM_READ: $(yaml-quote ${ETCD_QUORUM_READ})
EOF
fi