ceph / ceph-csi-operator

Kubernetes operator for managing the CephCSI plugins
Apache License 2.0
16 stars 18 forks source link

csiaddons: add rbac permission for setting ownerRef #171

Closed rewantsoni closed 1 week ago

rewantsoni commented 1 week ago

Describe what this PR does

csiaddons require new RBAC permission for setting onwerRef on csiaddonsnode obj, going to be owned by either a deployment or a daemonsets.

continued from: https://github.com/ceph/ceph-csi-operator/pull/166

Is there anything that requires special attention

Do you have any questions? No

Is the change backward compatible? Yes

Are there concerns around backward compatibility? No

Provide any external context for the change, if any. RBAC's are required for this new change https://github.com/csi-addons/kubernetes-csi-addons/pull/695

For example:

Related issues

Mention any github issues relevant to this PR. Adding below line will help to auto close the issue once the PR is merged.

Fixes: #issue_number

Future concerns

List items that are not part of the PR and do not impact it's functionality, but are work items that can be taken up subsequently.

Checklist: