From 41c0546106838c3bd4514522e06cda80930d3da6 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Tue, 13 Dec 2022 09:27:34 +0100 Subject: [PATCH] #9403 Reverted a manual added line Removed a manual added line in favour of helm doc --- charts/ingress-nginx/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index b9df4a24f..0e2800d94 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -426,7 +426,6 @@ Kubernetes: `>=1.20.0-0` | controller.service.internal.annotations | object | `{}` | Annotations are mandatory for the load balancer to come up. Varies with the cloud service. | | controller.service.internal.enabled | bool | `false` | Enables an additional internal load balancer (besides the external one). | | controller.service.internal.loadBalancerSourceRanges | list | `[]` | Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0. | -| controller.service.internal.loadBalancerIP | string | `""` | Used by cloud providers to connect the resulting internal LoadBalancer to a pre-existing static IP according to https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#lb_subnet. Make sure to add the annotation `networking.gke.io/internal-load-balancer-subnet` with the same name of the subnet which the pre-existing static IP belongs to) | | controller.service.ipFamilies | list | `["IPv4"]` | List of IP families (e.g. IPv4, IPv6) assigned to the service. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/ | | controller.service.ipFamilyPolicy | string | `"SingleStack"` | Represents the dual-stack-ness requested or required by this Service. Possible values are SingleStack, PreferDualStack or RequireDualStack. The ipFamilies and clusterIPs fields depend on the value of this field. # Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/ | | controller.service.labels | object | `{}` | |