CNTRLPLANE-3871: promote OSStreams feature gate to Default for Hypershift - #2993
CNTRLPLANE-3871: promote OSStreams feature gate to Default for Hypershift#2993jparrill wants to merge 1 commit into
Conversation
…Hypershift With the MCO ExternalTopologyMode guard removed (openshift/machine-config-operator#6308), HyperShift clusters can now process OSImageStream during bootstrap. This graduates the OSStreams feature gate from TechPreviewNoUpgrade to Default for the Hypershift cluster profile, enabling RHEL 9/10 dual-stream support for hosted control planes by default. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com> rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
|
@jparrill: This pull request references CNTRLPLANE-3871 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @jparrill! Some important instructions when contributing to openshift/api: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (10)
📒 Files selected for processing (12)
💤 Files with no reviewable changes (6)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. 📝 WalkthroughWalkthroughOSStreams enablement now covers development preview, technology preview, default, and OKD configurations. Hypershift Default and OKD payload feature gates enable OSStreams. Hypershift-specific MachineConfigPool and OSImageStream CRD manifests were removed. The remaining MachineConfigPool and OSImageStream CRDs now include IBM Cloud managed release annotations. The feature table reflects enabled status across the listed platform and release profiles. Possibly related PRs
Suggested reviewers: Merge Risk: 🔵 Low · up to This change enables OSStreams by default for Hypershift and depends on the corresponding bootstrap fix being included in the tested release. The PR is mergeable with owner awareness, but that dependency and the Hypershift bootstrap test should be confirmed before merging. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@jparrill: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
enable()calls into one profile-agnostic call, making OSStreams enabled in Default and OKD for both SelfManaged and Hypershift profilesContext
The previous submission (#2950) was reverted because MCC bootstrap performed network-based image inspection through the guest cluster's proxy, which is unreachable from the management cluster. The MCO fix (openshift/machine-config-operator#6420) skips network discovery in ExternalTopologyMode and builds OSImageStream status from the ControllerConfig's already-resolved OS images.
Dependencies
Test plan
hypershift-e2e-awspasses (specifically TestCreateClusterProxy)🤖 Generated with Claude Code