mirror of https://github.com/kubernetes/kops.git
Merge pull request #6289 from walkafwalka/fix-loadbalancer-ssl-doc
Included type in SSL certificate documentation
This commit is contained in:
commit
3e4b884117
|
@ -52,6 +52,7 @@ You can use a valid SSL Certificate for your API Server Load Balancer. Currently
|
|||
spec:
|
||||
api:
|
||||
loadBalancer:
|
||||
type: Public
|
||||
sslCertificate: arn:aws:acm:<region>:<accountId>:certificate/<uuid>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue