Add PodCertificateRequest feature gate to TechPreview - #2982
Add PodCertificateRequest feature gate to TechPreview#2982redhat-chai-bot wants to merge 1 commit into
Conversation
|
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 |
|
/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. |
|
/lgtm @dgoodwin verified on you once you've worked out the payload testing you were trying |
|
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 |
|
/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: given command is invalid: at least one of the commands given is only supported on a one-command-per-comment basis, please separate out commands as multiple comments |
|
/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 |
|
/payload-job-with-prs periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial openshift/cluster-kube-apiserver-operator#2266 |
|
@dgoodwin: trigger 3 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/ad466c10-9a2f-11f1-9d41-29316589e5d5-0 |
|
/payload-job-with-prs periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview openshift/cluster-kube-apiserver-operator#2266 |
|
@dgoodwin: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/c0d5e620-9a2f-11f1-9453-547627e4939d-0 |
|
/retest |
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>
0ed3a20 to
4d190b9
Compare
|
New changes are detected. LGTM label has been removed. |
|
@redhat-chai-bot: 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. |
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