Merge pull request #65073 from davidz627/fix/csiClusterRoles
Automatic merge from submit-queue.
Add RBAC policy rules for csi-external-provisioner and csi-external-attacher
Adds RBAC Policy rules for `csi-external-provisioner` and `csi-external-attacher` so that CSI drivers can bind to these cluster roles on every version of k8s where CSI is Beta or above.
These roles were added in 1.11 but never cherrypicked back to 1.10. The roles originally added as a part of a larger change here: #61866
I could not do a direct cherry-pick because some of the RBAC primitives changed and there was also a fix applied on top with this PR:
https://github.com/kubernetes/kubernetes/pull/65070
The fix has been included in this commit.
/kind enhancement
/sig storage
/cc @msau42
/assign @liggitt @MaciekPytel
```release-note
NONE
```
Showing
Please
register
or
sign in
to comment