Skip to content

Commit

Permalink
Environment variable for etcd quorum is singular
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrannock committed Jun 28, 2018
1 parent 47a44ab commit 9d4cd40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To create a new HA-compatible cluster, you must set the following flags in your
* `MULTIZONE=true` - to prevent removal of master replicas kubelets from zones different than server's default zone.
Required if you want to run master replicas in different zones, which is recommended.

* `ENABLE_ETCD_QUORUM_READS=true` - to ensure that reads from all API servers will return most up-to-date data.
* `ENABLE_ETCD_QUORUM_READ=true` - to ensure that reads from all API servers will return most up-to-date data.
If true, reads will be directed to leader etcd replica.
Setting this value to true is optional: reads will be more reliable but will also be slower.

Expand Down

0 comments on commit 9d4cd40

Please sign in to comment.