Skip to content

Commit e046e1e

Browse files
committed
BZ2185920: Fix live migration YAML
1 parent 7bd0e28 commit e046e1e

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)