Skip to content

Commit 35edcce

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#122467
Updated line no:194 from "Pod CIDR will remain the same." to "Pod- CIDR will remain same if the parameter is not used"
1 parent 8fd4d19 commit 35edcce

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)