rbac: add resourceclaims/driver associated-node verbs for dra.cpu#105
Conversation
Kubernetes v1.36 DRA granular status authorization requires additional synthetic subresource permissions for node-local drivers. Add resourceclaims/driver associated-node patch/update verbs scoped to dra.cpu while keeping existing resourceclaims/status permissions.
|
|
|
Welcome @back1ash! |
|
/ok-to-test |
|
@back1ash Thanks a lot for this PR! /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: back1ash, pravk03 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 |
What
Add RBAC permissions for ResourceClaim driver synthetic subresource updates.
Why
Kubernetes v1.36 introduces granular authorization for ResourceClaim status updates.
Node-local DRA drivers require associated-node permissions on resourceclaims/driver.
#Ref: kubernetes/kubernetes#138149