Skip to content

Commit 0381d17

Browse files
committed
CNV-39489: Added the missing namespace definition
In addition, I noticed that the command in the previous step was missing the prompt so I added it to ensure it is formated the same way as other commands.
1 parent ce898fb commit 0381d17

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)