Uploaded image for project: 'Red Hat Workload Availability'
  1. Red Hat Workload Availability
  2. RHWA-383

Add PendingPodsRefs for NMO's CR Status

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Hide
      Cause: The NodeMaintenance CR tracks a list of pending pods in its 'pendingPods' status field, but with their name only.
      Consequence: You can't identify pods distinctly by name only.
      Fix: A new 'pendingPodsRefs' status field tracks namespace and name of those pods.
      Result: Pending pods can be identified distinctly
      Show
      Cause: The NodeMaintenance CR tracks a list of pending pods in its 'pendingPods' status field, but with their name only. Consequence: You can't identify pods distinctly by name only. Fix: A new 'pendingPodsRefs' status field tracks namespace and name of those pods. Result: Pending pods can be identified distinctly
    • Feature
    • Proposed

      More observable status for NodeMaintenance resource. We can get full pod name from new version of PendingPods.

      From 

      status:
      pendingPods:
       - name

      To

       

      status:
      pendingPods:
        - name
      pendingPodsRefs:
        - namespace: <podNamespace>
          name: <podName>

       

              oraz@redhat.com Or Raz
              oraz@redhat.com Or Raz
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: