AGENT-1493: Promote NoRegistryClusterInstall Feature to Default#2859
AGENT-1493: Promote NoRegistryClusterInstall Feature to Default#2859sadasu wants to merge 1 commit into
Conversation
Feature NoRegistryClusterInstall is ready to be supported during Agent installs by default.
|
@sadasu: This pull request references AGENT-1394 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target only the "5.0.0" version, but multiple target versions were set. 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. |
📝 WalkthroughWalkthroughThis PR enables the NoRegistryClusterInstall feature gate and introduces the MachineConfigNode CustomResourceDefinition. The feature gate code is updated to support inDefault() and inOKD() deployment profiles, corresponding manifests transition the feature from disabled to enabled status in self-managed and OKD clusters, and documentation reflects the expanded scope. A new MachineConfigNode CRD is added with comprehensive spec and status schemas supporting machine config versioning, release image tracking with per-release conditions, and pinned image set management. Related CRD annotations are cleaned up by removing feature-set and high-availability inclusion markers from internal release image and machineconfig node resources. Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @sadasu! Some important instructions when contributing to openshift/api: |
|
[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 |
| enhancementPR("https://github.com/openshift/enhancements/pull/1991"). | ||
| enable(inClusterProfile(SelfManaged), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()). | ||
| mustRegister() | ||
| reportProblemsToJiraComponent("olm"). |
There was a problem hiding this comment.
Even if are just spaces, I wasn't expecting a change here
|
@sadasu: This pull request references AGENT-1493 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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. |
|
/jira refresh |
|
@sadasu: This pull request references AGENT-1493 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. |
|
@sadasu: The following test 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. |
| api-approved.openshift.io: https://github.com/openshift/api/pull/2510 | ||
| api.openshift.io/merged-by-featuregates: "true" | ||
| include.release.openshift.io/self-managed-high-availability: "true" | ||
| release.openshift.io/feature-set: CustomNoUpgrade,DevPreviewNoUpgrade,TechPreviewNoUpgrade |
There was a problem hiding this comment.
Looks like the IRI object itself is still v1alpha1 only: https://github.com/openshift/api/blob/master/machineconfiguration/v1alpha1/types_internalreleaseimage.go ?
We don't allow GA'ing with a alpha API. We would need to graduate the API to v1 first, before we graduate the dependent feature.
Feature NoRegistryClusterInstall is ready to be supported during Agent installs by default.