Skip to content

Commit 4d73073

Browse files
authored
Merge pull request #78299 from amolnar-rh/OCPBUGS-36373
OCPBUGS-36373: Update extra manifest examples in IBU docs
2 parents 933f6c6 + d4bc79c commit 4d73073

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/cnf-image-based-upgrade-prep-extramanifests.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ You can create additional manifests that you want to apply to the target cluster
1010

1111
.Procedure
1212

13-
. Create a YAML file that contains your extra manifests:
13+
. Create a YAML file that contains your extra manifests, such as SR-IOV.
1414
+
15+
.Example SR-IOV resources
1516
[source,yaml]
1617
----
1718
apiVersion: sriovnetwork.openshift.io/v1
1819
kind: SriovNetworkNodePolicy
1920
metadata:
20-
name: "pci-sriov-net-e5l"
21+
name: "example-sriov-node-policy"
2122
namespace: openshift-sriov-network-operator
2223
spec:
2324
deviceType: vfio-pci
@@ -29,20 +30,20 @@ spec:
2930
mtu: 1500
3031
numVfs: 8
3132
priority: 99
32-
resourceName: pci_sriov_net_e5l
33+
resourceName: example-sriov-node-policy
3334
---
3435
apiVersion: sriovnetwork.openshift.io/v1
3536
kind: SriovNetwork
3637
metadata:
37-
name: "networking-e5l"
38+
name: "example-sriov-network"
3839
namespace: openshift-sriov-network-operator
3940
spec:
4041
ipam: |-
4142
{
4243
}
4344
linkState: auto
4445
networkNamespace: sriov-namespace
45-
resourceName: pci_sriov_net_e5l
46+
resourceName: example-sriov-node-policy
4647
spoofChk: "on"
4748
trust: "off"
4849
----

0 commit comments

Comments
 (0)