Skip to content

Commit

Permalink
moved documentation from cli to high_availability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jatan28 committed Oct 5, 2017
1 parent e8600f7 commit 5340f86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/cli/kops_create_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

1 comment on commit 5340f86

@chrislovecnm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect

Please sign in to comment.