Skip to content

Commit 6208aa1

Browse files
authored
Update quickstarts-kubernetes-cluster-deployment-bicep.md
1 parent 3e5f5ee commit 6208aa1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ Before deploying the Kubernetes template, let's review the content to understand
2727

2828
Once you have reviewed and saved the template file named ```kubernetes-deploy.bicep```, proceed to the next section to deploy the template.
2929

30-
> [!NOTE]
31-
> 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.
32-
>
33-
> 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.
37-
38-
3930
## Deploy the Bicep file
4031

4132
1. Create a file named ```kubernetes-deploy-parameters.json``` and add the required parameters in JSON format. You can use the following example as a starting point. Replace the values with your own.

0 commit comments

Comments
 (0)