Skip to content

Commit

Permalink
Merge pull request #5793 from fernandocarletti/patch-1
Browse files Browse the repository at this point in the history
Added documentation for Api server LB Certificate
  • Loading branch information
k8s-ci-robot committed Sep 17, 2018
2 parents 2a25ea5 + a8185a9 commit b0de7f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ spec:
idleTimeoutSeconds: 300
```

You can use a valid SSL Certificate for your API Server Load Balancer. Currently, only AWS is supported:

```yaml
spec:
api:
loadBalancer:
sslCertificate: arn:aws:acm:<region>:<accountId>:certificate/<uuid>
```

### 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 b0de7f5

Please sign in to comment.