We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6208aa1 commit 47c5490Copy full SHA for 47c5490
articles/operator-nexus/includes/l3-isolation-domain.md
@@ -24,6 +24,9 @@ Create an `internalnetwork` resource for every VLAN or subnet that you need to i
24
> [!NOTE]
25
> The following example uses the minimal configuration for creating a valid internal network. It doesn't show optional parameters.
26
27
+> [!WARNING]
28
+> Using the same CIDRs in multiple L3 isolation domains to create networks leads to IP overlaps and routing issues in Nexus Kubernetes deployments.
29
+
30
```azurecli
31
az networkfabric internalnetwork create \
32
--resource-name "<L3IsolationDomainInternalNetworkName>" \
0 commit comments