Skip to content

Commit a4d08fa

Browse files
authored
Merge pull request #51301 from aireilly/fix-big
Fix asciidoc list rendering bug #50556
2 parents 00474f8 + 6876d04 commit a4d08fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/nw-sriov-configuring-device.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ It might take several minutes for a configuration change to apply.
3636
.Procedure
3737

3838
. Create an `SriovNetworkNodePolicy` object, and then save the YAML in the `<name>-sriov-node-network.yaml` file. Replace `<name>` with the name for this configuration.
39-
4039
ifdef::virt-sriov[]
41-
// The list breaks because of the [NOTE]
40+
+
4241
[source,yaml]
4342
----
4443
apiVersion: sriovnetwork.openshift.io/v1
@@ -89,7 +88,6 @@ endif::virt-sriov[]
8988

9089
. Optional: Label the SR-IOV capable cluster nodes with `SriovNetworkNodePolicy.Spec.NodeSelector` if they are not already labeled. For more information about labeling nodes, see "Understanding how to update labels on nodes".
9190

92-
[start=2]
9391
. Create the `SriovNetworkNodePolicy` object:
9492
+
9593
[source,terminal]

0 commit comments

Comments
 (0)