Skip to content

Commit

Permalink
Merge pull request #3540 from electronicarts/create-cluster-doc-update
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Added documentation on best practices for creating clusters with HA m…

Fix #3389
  • Loading branch information
Kubernetes Submit Queue committed Oct 5, 2017
2 parents f2e707e + 5340f86 commit 7027461
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/high_availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,12 @@ kops create cluster \
${NAME}
```

Notes (Best Practice)
----
* In regions with 2 Availability Zones, deploy the 3 masters in one zone and the nodes can be distributed between the 2
zones. This can be done by specifying the flags:
```
--master-count=3
--master-zones=$MASTER_ZONE
--zones=$NODE_ZONES
```

0 comments on commit 7027461

Please sign in to comment.