You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can introduce a service account specifically for our CNI plugin - this would be a nice improvement rather than sharing serviceaccounts between calico/node and the CNI plugin, since they required similar but ultimately different permissions.
Current Behavior
serviceaccount and RBAC resources shared beteween calico/node and CNI plugin.
Possible Solution
Add new calico-cni serviceaccount, clusterrole, and binding.
Split out permissions and tidy up calico-node RBAC resources.
Make sure upgrade works alright (may need a grace period where both get the superset of permissions)
The text was updated successfully, but these errors were encountered:
Expected Behavior
As discussed here: #5910 (comment)
We can introduce a service account specifically for our CNI plugin - this would be a nice improvement rather than sharing serviceaccounts between calico/node and the CNI plugin, since they required similar but ultimately different permissions.
Current Behavior
serviceaccount and RBAC resources shared beteween calico/node and CNI plugin.
Possible Solution
The text was updated successfully, but these errors were encountered: