mirror of https://github.com/kubernetes/kops.git
moved documentation from cli to high_availability.md
This commit is contained in:
parent
e8600f7021
commit
5340f865e1
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue