Merge pull request #3445 from Cryptophobia/master

Adding a disclaimer for instanceGroups in docs
This commit is contained in:
k8s-ci-robot 2018-07-18 05:57:20 -07:00 committed by GitHub
commit e60d593fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,15 @@ By default, a cluster has:
because we need to force the cloud to run an instance in every zone, so we can mount the master volumes - we
cannot do that across zones.
## Instance Groups Disclaimer
* When there is only one availability zone in a region (eu-central-1) and you would like to run multiple masters,
you have to define multiple instance groups for each of those masters. (e.g. `master-eu-central-1-a` and
`master-eu-central-1-b` and so on...)
* If instance groups are not defined correctly (particularly when there are an even number of master or multiple
groups of masters into one availability zone in a single region), etcd servers will not start and master nodes will not check in. This is because etcd servers are configured per availability zone. DNS and Route53 would be the first places to check when these problems are happening.
## Listing instance groups
`kops get instancegroups`