-
Bug
-
Resolution: Done
-
None
This bug was initially created as a copy of Bug #2117319
I am copying this bug because:
Need to update the doc https://docs.openshift.com/container-platform/4.12/virt/live_migration/virt-configuring-live-migration-policies.html
the Migration policy yaml in doc contains matchLabels field needs to be removed .
Actual :
selectors:
namespaceSelector:
matchLabels:
hpc-workloads: "True"
xyz-workloads-type: ""
virtualMachineInstanceSelector:
matchLabels:
workload-type: "db"
operating-system: ""
expected:
selectors:
namespaceSelector:
hpc-workloads: "True"
xyz-workloads-type: ""
virtualMachineInstanceSelector:
workload-type: "db"
operating-system: ""
- is duplicated by
-
CNV-27581 [2182973] [Doc] "matchLabels" should be removed from MigrationPolicy example YAML
- Closed