Merge pull request #6667 from tsuyo/patch-1
Correct the value for setting a static IP
This commit is contained in:
commit
f13c4f93f5
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ controller:
|
|||
|
||||
An use case for this scenario is having a split-view DNS setup where the public zone CNAME records point to the external balancer URL while the private zone CNAME records point to the internal balancer URL. This way, you only need one ingress kubernetes object.
|
||||
|
||||
Optionally you can set `controller.service.internal.loadBalancerIP` if you need a static IP for the resulting `LoadBalancer`.
|
||||
Optionally you can set `controller.service.loadBalancerIP` if you need a static IP for the resulting `LoadBalancer`.
|
||||
|
||||
### Ingress Admission Webhooks
|
||||
|
||||
|
|
Loading…
Reference in a new issue