moved documentation from cli to high_availability.md

This commit is contained in:
jatan28 2017-10-04 23:27:07 -07:00
parent e8600f7021
commit 5340f865e1
2 changed files with 9 additions and 9 deletions

View File

@ -114,15 +114,6 @@ kops create cluster
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
```
### 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
```
### SEE ALSO
* [kops create](kops_create.md) - Create a resource by command line, filename or stdin.

View File

@ -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
```