Skip to content

Commit 7292c9d

Browse files
Merge pull request #275641 from PesalaPavan/patch-14
(AzureCXP) fixes MicrosoftDocs/azure-docs#122467
2 parents 3db0e55 + 35edcce commit 7292c9d

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
@@ -191,7 +191,7 @@ az aks update --name $clusterName \
191191
--network-plugin-mode overlay
192192
```
193193

194-
Since the cluster is already using a private CIDR for pods which doesn't overlap with the VNet IP space, you don't need to specify the `--pod-cidr` parameter and the Pod CIDR will remain the same.
194+
Since the cluster is already using a private CIDR for pods which doesn't overlap with the VNet IP space, you don't need to specify the `--pod-cidr` parameter and the Pod CIDR will remain the same if the parameter is not used.
195195

196196
> [!NOTE]
197197
> 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.

0 commit comments

Comments
 (0)