Skip to content

Commit 910df01

Browse files
committed
updates for PR
1 parent 5ee2a5b commit 910df01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ You can deploy your AKS clusters in a dual-stack mode when using Overlay network
156156
### Prerequisites
157157

158158
- You must have Azure CLI 2.48.0 or later installed.
159-
- You must register the `AzureOverlayDualStackPreview` feature flag.
159+
- You must register the `Microsoft.ContainerService` `AzureOverlayDualStackPreview` feature flag.
160160
- Kubernetes version 1.26.3 or greater.
161161

162162
### Limitations
@@ -299,7 +299,7 @@ Once the cluster has been created, you can deploy your workloads. This article w
299299
> There are currently **two limitations** pertaining to IPv6 services in AKS.
300300
>
301301
> 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.
302-
> 2. 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.
302+
> 2. Prior to Kubernetes version 1.27, 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. This is no longer a limitation in kubernetes 1.27 or later.
303303
304304
# [kubectl](#tab/kubectl)
305305

0 commit comments

Comments
 (0)