Skip to content

Commit f8d860f

Browse files
authored
Merge pull request #89201 from jhradilek/CNV-39489-missing-namespace
CNV-39489: Add the missing namespace definition to the example
2 parents dd3cb92 + 0381d17 commit f8d860f

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)