OCPBUGS-74512: Remove CPMSMachineNamePrefix featuregate#2677
OCPBUGS-74512: Remove CPMSMachineNamePrefix featuregate#2677RadekManak wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
@RadekManak: This pull request references Jira Issue OCPBUGS-74512, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
Hello @RadekManak! Some important instructions when contributing to openshift/api: |
📝 WalkthroughWalkthroughThis pull request removes the CPMSMachineNamePrefix feature gate throughout the codebase. Changes include deleting the feature gate definition from Go source, removing documentation references, and eliminating the feature gate from enabled lists across multiple deployment configuration files for Hypershift and SelfManagedHA profiles. The machineNamePrefix field validation is converted from a feature-gate-aware annotation to a standard kubebuilder XValidation rule, making the field validation permanently available. Test files are reorganized, with the feature-gated test suite removed and new validation tests added to the ungated test configuration. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
/lgtm |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/override ci/prow/e2e-aws-serial-techpreview These don't exist here, pipeline controller bug /verified by CI CI is sufficient verification for these gate removals |
|
@JoelSpeed: This PR has been marked as verified by 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. |
|
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/e2e-aws-serial, ci/prow/e2e-aws-serial-techpreview 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 kubernetes-sigs/prow repository. |
|
/retest |
|
@RadekManak: 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. |
|
PR needs rebase. 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. |
User description
The feature gate CPMSMachineNamePrefix has been enabled by default since 4.21 or prior. It is no longer needed within the product.
Companion PR that removes the usage of the faeturegate from CPMSO: openshift/cluster-control-plane-machine-set-operator#387
PR Type
Enhancement
Description
Remove CPMSMachineNamePrefix feature gate definition
Convert machineNamePrefix field to always-enabled ungated feature
Update CRD manifests to reflect permanent availability
Consolidate validation tests into main test file
Diagram Walkthrough
File Walkthrough
2 files
Remove CPMSMachineNamePrefix feature gate definitionConvert machineNamePrefix to ungated with standard validation1 files
Remove CPMSMachineNamePrefix from feature matrix documentation2 files
Add machineNamePrefix validation tests to ungated test fileDelete feature-gated test file for CPMSMachineNamePrefix12 files
Remove CPMSMachineNamePrefix from feature gates listAdd machineNamePrefix field to ungated CRD manifestDelete feature-gated CRD manifest fileAdd machineNamePrefix field to MachineAPIMigration CRDRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features listRemove CPMSMachineNamePrefix from enabled features list