File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ You can create additional manifests that you want to apply to the target cluster
10
10
11
11
.Procedure
12
12
13
- . Create a YAML file that contains your extra manifests:
13
+ . Create a YAML file that contains your extra manifests, such as SR-IOV.
14
14
+
15
+ .Example SR-IOV resources
15
16
[source,yaml]
16
17
----
17
18
apiVersion: sriovnetwork.openshift.io/v1
18
19
kind: SriovNetworkNodePolicy
19
20
metadata:
20
- name: "pci -sriov-net-e5l "
21
+ name: "example -sriov-node-policy "
21
22
namespace: openshift-sriov-network-operator
22
23
spec:
23
24
deviceType: vfio-pci
@@ -29,20 +30,20 @@ spec:
29
30
mtu: 1500
30
31
numVfs: 8
31
32
priority: 99
32
- resourceName: pci_sriov_net_e5l
33
+ resourceName: example-sriov-node-policy
33
34
---
34
35
apiVersion: sriovnetwork.openshift.io/v1
35
36
kind: SriovNetwork
36
37
metadata:
37
- name: "networking-e5l "
38
+ name: "example-sriov-network "
38
39
namespace: openshift-sriov-network-operator
39
40
spec:
40
41
ipam: |-
41
42
{
42
43
}
43
44
linkState: auto
44
45
networkNamespace: sriov-namespace
45
- resourceName: pci_sriov_net_e5l
46
+ resourceName: example-sriov-node-policy
46
47
spoofChk: "on"
47
48
trust: "off"
48
49
----
You can’t perform that action at this time.
0 commit comments