Skip to content

Commit 5b2a92e

Browse files
Merge pull request #260033 from wedaly/cni-overlay-upgrade-fix-info-callout
Fix NOTE in Azure CNI overlay docs
2 parents 1b3ace8 + b644dc2 commit 5b2a92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ az aks update --name $clusterName \
192192

193193
Since the cluster is already using a private CIDR for pods, you don't need to specify the `--pod-cidr` parameter and the Pod CIDR will remain the same.
194194

195-
> [NOTE!]
195+
> [!NOTE]
196196
> When upgrading from Kubenet to CNI Overlay, the route table will no longer be required for pod routing. If the cluster is using a customer provided route table, the routes which were being used to direct pod traffic to the correct node will automatically be deleted during the migration operation. If the cluster is using a managed route table (the route table was created by AKS and lives in the node resource group) then that route table will be deleted as part of the migration.
197197
198198
## Dual-stack Networking (Preview)

0 commit comments

Comments
 (0)