You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-infrastructure/virtualization-solutions/openshift-on-oci/openshift-floating-egress-ip/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In this example, we have created a VLAN with the CIDR: 10.0.101.0/24. Hence the
26
26
27
27
2. On each worker node VM add a vNIC attached to the created VLAN
28
28
29
-
**TIP: Automate Step 1 and Step 2**: Use the provided [vlan.tf](tf_Create_and_Add_VLAN/vlan.tf) file to automate the creation of the VLAN and the assignment of vNICs to worker nodes. This Terraform script will handle the setup for you, ensuring that the VLAN is created with the specified CIDR range and that each worker node VM has a vNIC attached to the created VLAN.
29
+
**TIP: Automate Step 1 and Step 2**: Use the provided [vlan.tf](files/vlan.tf) file to automate the creation of the VLAN and the assignment of vNICs to worker nodes. This Terraform script will handle the setup for you, ensuring that the VLAN is created with the specified CIDR range and that each worker node VM has a vNIC attached to the created VLAN.
30
30
31
31
32
32
3. Login to one of the worker nodes and confirm a 2nd NIC is visible and note down the device name (In this example it is ens5)
0 commit comments