Skip to content

Commit 320973d

Browse files
authored
docs: kubenet dual-stack limitations
remove limitation around ETP local clarify how LB services work
1 parent 1f7fd62 commit 320973d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/aks/configure-kubenet-dual-stack.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,7 @@ Once the cluster has been created, you can deploy your workloads. This article w
298298
## Expose the workload via a `LoadBalancer` type service
299299
300300
> [!IMPORTANT]
301-
> There are currently **two limitations** pertaining to IPv6 services in AKS.
302-
>
303-
> 1. Azure Load Balancer sends health probes to IPv6 destinations from a link-local address. In Azure Linux node pools, this traffic can't be routed to a pod, so traffic flowing to IPv6 services deployed with `externalTrafficPolicy: Cluster` fail. IPv6 services must be deployed with `externalTrafficPolicy: Local`, which causes `kube-proxy` to respond to the probe on the node.
304-
> 2. Starting from AKS v1.27, you can directly create a dualstack service. However, for older versions, only the first IP address for a service will be provisioned to the load balancer, so a dual-stack service only receives a public IP for its first-listed IP family. To provide a dual-stack service for a single deployment, please create two services targeting the same selector, one for IPv4 and one for IPv6.
301+
> Starting in AKS v1.27, you can create a dual-stack LoadBalancer service which will be provisioned with 1 IPv4 public IP and 1 IPv6 public IP. However, in older versions, only the first IP address for a service will be provisioned to the load balancer, so a dual-stack service only receives a public IP for its first-listed IP family. To provide a dual-stack service for a single deployment, please create two services targeting the same selector, one for IPv4 and one for IPv6.
305302
306303
# [kubectl](#tab/kubectl)
307304

0 commit comments

Comments
 (0)