Add PodCertificateRequest feature gate to TechPreview - #2982
Add PodCertificateRequest feature gate to TechPreview#2982redhat-chai-bot wants to merge 1 commit into
Conversation
Register the upstream Kubernetes PodCertificateRequest feature gate (KEP-4317) and enable it in TechPreviewNoUpgrade and DevPreviewNoUpgrade FeatureSets. This feature provides native workload identity via PodCertificateRequest API and podCertificate projected volumes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @redhat-chai-bot! Some important instructions when contributing to openshift/api: |
|
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: Pro Plus Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThe change registers the Merge Risk: ⚪ Minimal · up to This PR adds the PodCertificateRequest feature gate to the documented preview feature sets and updates the corresponding generated manifests. No actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented 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: 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 |
|
/payload-job-with-prs periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview openshift/cluster-kube-apiserver-operator#2266/payload-job-with-prs periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial openshift/cluster-kube-apiserver-operator#2266 |
|
@dgoodwin: An error was encountered. No known errors were detected, please see the full error message for details. Full error message.
unable to get additional pr info from string: openshift/cluster-kube-apiserver-operator#2266/payload-job-with-prs: string: openshift/cluster-kube-apiserver-operator#2266/payload-job-with-prs doesn't match expected format: org/repo#number
Please contact an administrator to resolve this issue. |
|
@redhat-chai-bot: all tests passed! 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. |
Summary
Register the
PodCertificateRequestfeature gate and enable it under TechPreviewNoUpgrade and DevPreviewNoUpgrade feature sets.Details
This adds the upstream Kubernetes
PodCertificateRequestfeature gate (KEP 4317) to OpenShift.PodCertificateRequestChanged files
features/features.go— feature gate definitionfeatures.md— documentation table updatepayload-manifests/featuregates/featureGate-*.yaml— generated manifest updates for all SelfManagedHA and Hypershift profilesCompanion PR: cluster-kube-apiserver-operator#2266 (runtime-config mapping)
AI-generated. Review for accuracy.
@dgoodwin requested in Slack thread