-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
builds-1.2
-
None
-
False
-
None
-
False
-
-
Description of problem:
On ROSA clusters, the Shared Resource CSI Driver webhook pods do not deploy.
This does not prevent the creation of Shared Resources - however, because the webhook intercepts all pod `create` calls, this delays creation of pods by at least 10 seconds.
Workaround: None
Prerequisites (if any, like setup, operators/versions):
- Builds for OpenShift 1.2
- ROSA cluster using hosted control plane
Steps to Reproduce
Operator reports green/ready, but webhook deployment is not in fact ready.
Webhook pod status reports the following:
status: conditions: - lastProbeTime: null lastTransitionTime: "2024-11-22T17:30:48Z" message: '0/2 nodes are available: 2 node(s) didn''t match Pod''s node affinity/selector. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.' reason: Unschedulable status: "False" type: PodScheduled phase: Pending
Expected results:
One of the following:
- Operator reports itself "not ready" if any component does not deploy properly
- All Shared Resource CSI driver components deploy properly.
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
Definition of Done:
Build Details:
Builds for OpenShift 1.2.0
ROSA hosted control plane, OCP version 4.17.4
Additional info (Such as Logs, Screenshots, etc):
- is related to
-
BUILD-779 Shipwright Operator reports "Ready" too early
- To Do