-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
Story:
This story one covers the reconciliation logic when a user sets spec.osImageStream to RHEL10 in a MachineConfigPool. The MCO must detect this change, look up the corresponding RHEL10 URL in the ConfigMap, and generate a new rendered MachineConfig so that new nodes in that pool are provisioned with RHEL10.
Acceptance Criteria:
- The MCO is able to detect a change in the spec.osImageStream field of an empty MCP and react to it with a reconciliation.
- It looks up and uses the correct URL for the RHEL10 stream from the ConfigMap.
- It generates and applies a new rendered MachineConfig for the pool with the RHEL10 osImageUrl.
- New nodes joining the pool are provisioned with RHEL10.
- depends on
-
MCO-1961 [Dev] Inject the OSImageStream reconciliation into the operator sync
-
- To Do
-