doc: document new field 'cluster.topology.bastion.loadBalancer'

This commit is contained in:
Nicolas Vanheuverzwijn 2020-04-15 18:58:18 -04:00
parent 89d4fb757e
commit 3e74f722d4
1 changed files with 13 additions and 0 deletions

View File

@ -73,6 +73,19 @@ spec:
bastionPublicName: bastion.mycluster.example.com bastionPublicName: bastion.mycluster.example.com
``` ```
### Additional security groups to ELB
If you want to add security groups to the bastion ELB
```yaml
spec:
topology:
bastion:
bastionPublicName: bastion.mycluster.example.com
loadBalancer:
additionalSecurityGroups:
- "sg-***"
```
### Access when using gossip (k8s.local) ### Access when using gossip (k8s.local)
When using gossip mode, there is no DNS zone where we can configure a When using gossip mode, there is no DNS zone where we can configure a