Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-57630

openshift-console/download pods running on random nodes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • 4.20.0
    • 4.16.z
    • Management Console
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Moderate
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description:

      As noted in the parallel RFE-1896, while the console pods are scheduled [0] on control plane nodes by design, the downloads [1] is misaligned in this regard and can still be seen to be scheduled on random nodes.

      • It's therefore preferable to have the same "node-role.kubernetes.io/master": "" selector for the downloads deployment, in order to consistently schedule the non-customer workload on control plane nodes.

      [0]

      curl -s https://raw.githubusercontent.com/openshift/console-operator/refs/heads/release-4.16/bindata/assets/deployments/console-deployment.yaml | yq '.spec.template.spec.nodeSelector'
      {
        "node-role.kubernetes.io/master": ""
      }
      

      [1]

      $ curl -s https://raw.githubusercontent.com/openshift/console-operator/refs/heads/release-4.16/bindata/assets/deployments/downloads-deployment.yaml | yq '.spec.template.spec.nodeSelector'
      {
        "kubernetes.io/os": "linux"
      }
      

              rh-ee-leoli Leo Li
              rhn-support-rsandu Robert Sandu
              None
              None
              Yanping Zhang Yanping Zhang
              None
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: