Skip to content

Commit b644dc2

Browse files
authored
Fix NOTE in Azure CNI overlay docs
1 parent e789e41 commit b644dc2

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)