NO-JIRA: Remove UserNamespacesSupport feature gate label from test#31072
NO-JIRA: Remove UserNamespacesSupport feature gate label from test#31072BhargaviGudi wants to merge 1 commit intoopenshift:release-4.23from
Conversation
Backport of main PR to release-4.23. The UserNamespacesSupport feature gate was removed from openshift/api in openshift/api#2762 because it has been enabled by default since Kubernetes 1.33 and is no longer needed. Remove the obsolete feature gate label from the user namespace test to reflect that this is now a GA feature. Related: openshift/api#2762
|
@BhargaviGudi: This pull request references Jira Issue OCPBUGS-74525, which is invalid:
Comment 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BhargaviGudi 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 |
|
@BhargaviGudi: This pull request explicitly references no 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. |
What this PR does
Backport of #31071 to release-4.23.
Removes the obsolete
[FeatureGate:UserNamespacesSupport]label from the user namespace test suite.Why we need it
The UserNamespacesSupport feature gate was removed from openshift/api in openshift/api#2762 because:
This PR updates the test label in the 4.23 branch to reflect that user namespaces are now a GA feature.
Testing
The e2e-gcp-ovn-usernamespace CI job will validate that the test still runs successfully.
Related