OCPBUGS-74507: Remove ServiceAccountTokenNodeBinding feature gate - #3005
OCPBUGS-74507: Remove ServiceAccountTokenNodeBinding feature gate#3005ibihim wants to merge 2 commits into
Conversation
The upstream Kubernetes gate ServiceAccountTokenNodeBinding has been GA and locked to its default (true) since 1.33. OpenShift's explicit enablement is therefore a no-op and the gate can be dropped from the OpenShift feature gate registry.
make update-payload-featuregates
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @ibihim! Some important instructions when contributing to openshift/api: |
|
@ibihim: This pull request references Jira Issue OCPBUGS-74507, 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. |
|
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 selected for processing (10)
💤 Files with no reviewable changes (10)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe change removes Merge Risk: ⚪ Minimal · up to This PR removes an obsolete feature-gate setting and its generated references without any identified merge-blocking risk; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven 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 |
|
Known failure due to sippy date format changes for releases. This is removing an already GA feature gate. /override ci/prow/verify-feature-promotion |
|
@everettraven: Overrode contexts on behalf of everettraven: ci/prow/verify-feature-promotion 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. |
|
@ibihim: 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. |
What
Remove the
ServiceAccountTokenNodeBindingfeature gate.Why
It is GA and locked to
truein Kubernetes since 1.33 (kube_features.go#L1722-L1726). Our explicit enablement is a no-op.FeatureGateServiceAccountTokenNodeBindinghas no consumers in the org, therefore no o/kubernetes → o/origin bump is needed beforehand.First commit is the hand edit, second commit is
make update-payload-featuregates.https://redhat.atlassian.net/browse/OCPBUGS-74507