Skip to content

Commit f55f5bc

Browse files
authored
Merge pull request #58776 from apinnick/BZ2185920-live-migration-yaml
BZ2185920: Fix live migration YAML
2 parents 8d10584 + e046e1e commit f55f5bc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/virt-configuring-a-live-migration-policy.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ spec:
4242
# Matching to VMIs
4343
selectors:
4444
namespaceSelector: <1>
45-
matchLabels:
46-
hpc-workloads: "True"
47-
xyz-workloads-type: ""
45+
hpc-workloads: "True"
46+
xyz-workloads-type: ""
4847
virtualMachineInstanceSelector: <2>
49-
matchLabels:
50-
workload-type: "db"
51-
operating-system: ""
48+
workload-type: "db"
49+
operating-system: ""
5250
----
5351
<1> Use `namespaceSelector` to define a group of VMIs by using namespace labels.
5452
<2> Use `virtualMachineInstanceSelector` to define a group of VMIs by using VMI labels.

0 commit comments

Comments
 (0)