Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,19 @@ spec:
+
[source,terminal,subs="attributes+"]
----
oc edit hyperconverged kubevirt-hyperconverged -n {CNVNamespace}
$ oc edit hyperconverged kubevirt-hyperconverged -n {CNVNamespace}
----

. Add the name of the `NetworkAttachmentDefinition` object to the `spec.liveMigrationConfig` stanza of the `HyperConverged` CR:
+
.Example `HyperConverged` manifest
[source,yaml]
[source,yaml,subs="attributes+"]
----
apiVersion: hco.kubevirt.io/v1beta1
kind: HyperConverged
metadata:
name: kubevirt-hyperconverged
namespace: {CNVNamespace}
spec:
liveMigrationConfig:
completionTimeoutPerGiB: 800
Expand Down