Skip to content

Commit 574e75f

Browse files
authored
Merge pull request #89315 from openshift-cherrypick-robot/cherry-pick-89201-to-enterprise-4.15
[enterprise-4.15] CNV-39489: Add the missing namespace definition to the example
2 parents fab0fd7 + a184f22 commit 574e75f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/virt-configuring-secondary-network-vm-live-migration.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,19 @@ spec:
5050
+
5151
[source,terminal,subs="attributes+"]
5252
----
53-
oc edit hyperconverged kubevirt-hyperconverged -n {CNVNamespace}
53+
$ oc edit hyperconverged kubevirt-hyperconverged -n {CNVNamespace}
5454
----
5555

5656
. Add the name of the `NetworkAttachmentDefinition` object to the `spec.liveMigrationConfig` stanza of the `HyperConverged` CR:
5757
+
5858
.Example `HyperConverged` manifest
59-
[source,yaml]
59+
[source,yaml,subs="attributes+"]
6060
----
6161
apiVersion: hco.kubevirt.io/v1beta1
6262
kind: HyperConverged
6363
metadata:
6464
name: kubevirt-hyperconverged
65+
namespace: {CNVNamespace}
6566
spec:
6667
liveMigrationConfig:
6768
completionTimeoutPerGiB: 800

0 commit comments

Comments
 (0)