KEP-2862: Graduate to STABLE.#5774
Conversation
vinayakankugoyal
commented
Jan 8, 2026
- One-line PR description: Graduate KEP-2862 to stable.
- Issue link: Fine grained Kubelet API authorization #2862
- Other comments:
|
/assign @tallclair |
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
|
/assign @jpbetz |
jpbetz
left a comment
There was a problem hiding this comment.
/approve
For PRR (thanks for getting PRR in good shape for Beta, makes stable a easy review!)
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpbetz, tallclair, vinayakankugoyal 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 |
| |Scenario| Result | | ||
| | -------|--------| | ||
| | Upgrade both kubelet and kube-apiserver so that feature gate is enabled in both. | workloads and kube-apiserver are able to reach kubelet| | ||
| | Upgrade only kubelet to enable the feature-gate | workloads and kube-apiserver are able to reach kubelet | |
There was a problem hiding this comment.
FYI, we don't really support this scenario. It's fine to include it hear anyway.
| | Upgrade only kube-apiserver to enable the feature-gate | workloads and kube-apiserver are able to reach kubelet | | ||
| | Rollback both kubelet and kube-apiserver so that feature gate is disabled in both. | workloads and kube-apiserver are able to reach kubelet| | ||
| | Rollback only kubelet to disable the feature-gate | workloads and kube-apiserver are able to reach kubelet | | ||
| | Rollback only kube-apiserver to disable the feature-gate | workloads and kube-apiserver are able to reach kubelet | |
There was a problem hiding this comment.
Same here, we don't support this.