Skip to content

Commit 337736c

Browse files
authored
Merge pull request #45068 from xenolinux/SRIOV
BZ2079387: Enable SR_IOV on a node
2 parents 93f73d7 + 3e9ab9a commit 337736c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

networking/hardware_networks/about-sriov.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ The SR-IOV network device driver for the device determines how the VF is exposed
1717
1818
You can use SR-IOV network devices with additional networks on your {product-title} cluster installed on bare metal or {rh-openstack-first} infrastructure for applications that require high bandwidth or low latency.
1919

20+
You can enable SR-IOV on a node by using the following command:
21+
[source,terminal]
22+
----
23+
$ oc label node <node_name> feature.node.kubernetes.io/network-sriov.capable="true"
24+
----
25+
2026
[id="components-sr-iov-network-devices"]
2127
== Components that manage SR-IOV network devices
2228

0 commit comments

Comments
 (0)