Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-28010

[2185920] DOC-Error while creating Migration Policy - update yaml

XMLWordPrintable

    • 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: ""

              apinnick@redhat.com Avital Pinnick
              ctomasko Catherine Tomasko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: