-
Notifications
You must be signed in to change notification settings - Fork 586
OCPBUGS-74512: Remove CPMSMachineNamePrefix featuregate #2677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
OCPBUGS-74512: Remove CPMSMachineNamePrefix featuregate #2677
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:
|
|||||||||
|
@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. |
|
/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 |
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