Skip to content

Commit 9b08d21

Browse files
authored
Update quickstarts-kubernetes-cluster-deployment-bicep.md
1 parent 99612aa commit 9b08d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/quickstarts-kubernetes-cluster-deployment-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Once you have reviewed and saved the template file named ```kubernetes-deploy.bi
3131
> Creating multiple L3 isolation domains with the same CIDRs and custom L3 networks for each domain can lead to overlapping IP addresses when attached to a NAKS deployment. This overlap could cause issues if these networks are attached to the same pod. Currently, we prevent overlaps between L3 networks which have the `OSDevice` plugin type as such overlaps shouldn't be permitted in the Operating System Layer.
3232
>
3333
> For L3 networks with other plugin types: `DPDK, SRIOV, etc` we don't restrict this behavior and should they have overlapping CIDRS and attached to the same pod, there are possible issues that could occur:
34-
> - Routing Confusion: When two networks have the same CIDR, the router may not know where to send packets leading to unpredictable behavior.
35-
> - IP Address Conflicts: Communication between devices with the same IP address could be confusing.
36-
> - Troubleshooting Issues: If L3 networks have overlapping CIDRs, it can be difficult to troubleshoot and diagnose errors.
34+
> - **Routing Confusion**: When two networks have the same CIDR, the router may not know where to send packets leading to unpredictable behavior.
35+
> - **IP Address Conflicts**: Communication between devices with the same IP address could be confusing.
36+
> - **Troubleshooting Issues**: If L3 networks have overlapping CIDRs, it can be difficult to troubleshoot and diagnose errors.
3737
3838

3939
## Deploy the Bicep file

0 commit comments

Comments
 (0)