Skip to content

Commit 1b514a6

Browse files
authored
Merge pull request #88931 from ousleyp/cnv-52365-extras
CNV#52365: a few minor bugfixes from IBM Z team
2 parents 20a190d + 17f107f commit 1b514a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/virt-attaching-vm-secondary-network-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
networks:
3535
- name: bridge-net <2>
3636
multus:
37-
networkName: a-bridge-network <3>
37+
networkName: bridge-network <3>
3838
----
3939
<1> The name of the bridge interface.
4040
<2> The name of the network. This value must match the `name` value of the corresponding `spec.template.spec.domain.devices.interfaces` entry.

modules/virt-enabling-disabling-downward-metrics-feature-gate-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To expose downward metrics for a host virtual machine, you can enable the `downw
2222
----
2323
$ oc patch hco kubevirt-hyperconverged -n openshift-cnv \
2424
--type json -p '[{"op": "replace", "path": \
25-
"/spec/featureGates/downwardMetrics" \
25+
"/spec/featureGates/downwardMetrics", \
2626
"value": true}]'
2727
----
2828

@@ -32,6 +32,6 @@ $ oc patch hco kubevirt-hyperconverged -n openshift-cnv \
3232
----
3333
$ oc patch hco kubevirt-hyperconverged -n openshift-cnv \
3434
--type json -p '[{"op": "replace", "path": \
35-
"/spec/featureGates/downwardMetrics" \
35+
"/spec/featureGates/downwardMetrics", \
3636
"value": false}]'
3737
----

0 commit comments

Comments
 (0)