mirror of https://github.com/kubernetes/kops.git
doc: document new field 'cluster.topology.bastion.loadBalancer'
This commit is contained in:
parent
89d4fb757e
commit
3e74f722d4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue