Skip to content

Commit e10a530

Browse files
authored
Merge pull request #36113 from amolnar-rh/TELCODOCS-268
TELCODOCS-268: Removed TP, added new note
2 parents 6a95b95 + f0e57d5 commit e10a530

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

modules/cnf-assigning-a-secondary-network-to-a-vrf.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ As a cluster administrator, you can configure an additional network for your VRF
1111
[NOTE]
1212
====
1313
Applications that use VRFs need to bind to a specific device. The common usage is to use the `SO_BINDTODEVICE` option for a socket. `SO_BINDTODEVICE` binds the socket to a device that is specified in the passed interface name, for example, `eth1`. To use `SO_BINDTODEVICE`, the application must have `CAP_NET_RAW` capabilities.
14+
15+
Using a VRF through the `ip vrf exec` command is not supported in {product-title} pods. To use VRF, bind applications directly to the VRF interface.
1416
====
1517

1618
[id="cnf-creating-an-additional-network-attachment-with-the-cni-vrf-plug-in_{context}"]

modules/cnf-assigning-a-sriov-network-to-a-vrf.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To do this, add the VRF configuration to the optional `metaPlugins` parameter of
1212
[NOTE]
1313
====
1414
Applications that use VRFs need to bind to a specific device. The common usage is to use the `SO_BINDTODEVICE` option for a socket. `SO_BINDTODEVICE` binds the socket to a device that is specified in the passed interface name, for example, `eth1`. To use `SO_BINDTODEVICE`, the application must have `CAP_NET_RAW` capabilities.
15+
16+
Using a VRF through the `ip vrf exec` command is not supported in {product-title} pods. To use VRF, bind applications directly to the VRF interface.
1517
====
1618

1719
[id="cnf-creating-an-additional-sriov-network-with-vrf-plug-in_{context}"]

networking/hardware_networks/configuring-sriov-device.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ include::modules/nw-sriov-configuring-device.adoc[leveloffset=+1]
1616

1717
include::modules/nw-sriov-troubleshooting.adoc[leveloffset=+1]
1818

19-
:FeatureName: CNI VRF plug-in
20-
include::modules/technology-preview.adoc[leveloffset=+1]
21-
2219
include::modules/cnf-assigning-a-sriov-network-to-a-vrf.adoc[leveloffset=+1]
2320

2421
[id="configuring-sriov-device-next-steps"]

networking/multiple_networks/assigning-a-secondary-network-to-a-vrf.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
:FeatureName: CNI VRF plug-in
9-
include::modules/technology-preview.adoc[leveloffset=+1]
10-
11-
include::modules/cnf-assigning-a-secondary-network-to-a-vrf.adoc[leveloffset=+1]
8+
include::modules/cnf-assigning-a-secondary-network-to-a-vrf.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)