#9403 added a doc to the internal loadBalancerIP

removed a comment from an already supported helm value and added a doc line
This commit is contained in:
Fabio Formosa 2022-12-13 09:25:19 +01:00 committed by GitHub
parent 61ce512a0d
commit ad2afa8f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -527,11 +527,12 @@ controller:
# -- Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
annotations: {}
# loadBalancerIP: ""
# -- Used by cloud providers to connect the resulting internal LoadBalancer to a pre-existing static IP. Make sure to add to the service the needed annotation to specify the subnet which the static IP belongs to. For instance, `networking.gke.io/internal-load-balancer-subnet` for GCP and `service.beta.kubernetes.io/aws-load-balancer-subnets` for AWS.
loadBalancerIP: ""
# -- Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
loadBalancerSourceRanges: []
## Set external traffic policy to: "Local" to preserve source IP on
## providers supporting it
## Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer