Skip to content

Commit

Permalink
Add docs for API ELB cross-zone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmoore- committed Jul 26, 2019
1 parent 66a8d1d commit 08957a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ spec:
useForInternalApi: true
```

You can also set the API load balancer to be cross-zone:
```yaml
spec:
api:
loadBalancer:
crossZoneLoadBalancing: true
```

### etcdClusters v3 & tls

Although kops doesn't presently default to etcd3, it is possible to turn on both v3 and TLS authentication for communication amongst cluster members. These options may be enabled via the cluster spec (manifests only i.e. no command line options as yet). An upfront warning; at present no upgrade path exists for migrating from v2 to v3 so **DO NOT** try to enable this on a v2 running cluster as it must be done on cluster creation. The below example snippet assumes a HA cluster of three masters.
Expand Down

0 comments on commit 08957a0

Please sign in to comment.