We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d10584 + e046e1e commit f55f5bcCopy full SHA for f55f5bc
modules/virt-configuring-a-live-migration-policy.adoc
@@ -42,13 +42,11 @@ spec:
42
# Matching to VMIs
43
selectors:
44
namespaceSelector: <1>
45
- matchLabels:
46
- hpc-workloads: "True"
47
- xyz-workloads-type: ""
+ hpc-workloads: "True"
+ xyz-workloads-type: ""
48
virtualMachineInstanceSelector: <2>
49
50
- workload-type: "db"
51
- operating-system: ""
+ workload-type: "db"
+ operating-system: ""
52
----
53
<1> Use `namespaceSelector` to define a group of VMIs by using namespace labels.
54
<2> Use `virtualMachineInstanceSelector` to define a group of VMIs by using VMI labels.
0 commit comments