-
Bug
-
Resolution: Done
-
Undefined
-
4.18.z
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
In Progress
-
Bug Fix
-
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-59897. The following is the description of the original issue:
—
This is a clone of issue OCPBUGS-59488. The following is the description of the original issue:
—
This is a clone of issue OCPBUGS-57630. The following is the description of the original issue:
—
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" }
- blocks
-
OCPBUGS-60794 release 4.18 - openshift-console/download pods running on random nodes
-
- Closed
-
- clones
-
OCPBUGS-59897 release 4.18 - openshift-console/download pods running on random nodes
-
- Closed
-
- is blocked by
-
OCPBUGS-59897 release 4.18 - openshift-console/download pods running on random nodes
-
- Closed
-
- is cloned by
-
OCPBUGS-60794 release 4.18 - openshift-console/download pods running on random nodes
-
- Closed
-
- links to