From 3a5c005a3c047c01127d6bb26b222ba8d6cd7df4 Mon Sep 17 00:00:00 2001 From: Yifan Bian Date: Wed, 20 Nov 2024 16:36:55 +0800 Subject: [PATCH] Update loadbalancer.md (#7612) --- content/en/topics/loadbalancer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/topics/loadbalancer.md b/content/en/topics/loadbalancer.md index 5134b9f0b4..fb219fc39f 100644 --- a/content/en/topics/loadbalancer.md +++ b/content/en/topics/loadbalancer.md @@ -25,6 +25,7 @@ Below is a list of annotations supported for Kubernetes services with type `Load | `service.beta.kubernetes.io/azure-shared-securityrule` | `true` or `false` | Specify that the service should be exposed using an Azure security rule that may be shared with another service, trading specificity of rules for an increase in the number of services that can be exposed. This relies on the Azure "augmented security rules" feature. | v1.10.0 and later | | `service.beta.kubernetes.io/azure-load-balancer-resource-group` | Name of the PIP resource group | Specify the resource group of the service's PIP that are not in the same resource group as the cluster. | v1.10.0 and later | | `service.beta.kubernetes.io/azure-allowed-service-tags` | List of allowed service tags | Specify a list of allowed [service tags](https://docs.microsoft.com/en-us/azure/virtual-network/security-overview#service-tags) separated by comma. | v1.11.0 and later | +| `service.beta.kubernetes.io/azure-allowed-ip-ranges` | List of allowed IP ranges | Specify a list of allowed IP ranges separated by comma. | v1.29.0 and later | | `service.beta.kubernetes.io/azure-load-balancer-tcp-idle-timeout` | TCP idle timeouts in minutes | Specify the time, in minutes, for TCP connection idle timeouts to occur on the load balancer. Default and minimum value is 4. Maximum value is 30. Must be an integer. | v1.11.4, v1.12.0 and later | | `service.beta.kubernetes.io/azure-pip-name` | Name of PIP | Specify the PIP that will be applied to load balancer. It is used for IPv4 or IPv6 in a single stack cluster. | v1.16 and later | | `service.beta.kubernetes.io/azure-pip-name-ipv6` | Name of IPv6 PIP | After v1.27, specify the IPv6 PIP that will be applied to load balancer in a dual stack cluster. For single stack clusters, this annotation will be ignored. | v1.27 and later |