cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
38 stars 5 forks source link

Add RBAC to propagate ResourceQuota #4

Closed ymmt2005 closed 2 years ago

ymmt2005 commented 3 years ago

What

Currently, the default manifest does not include RBAC to propagate ResourceQuota. This is noted in the user manual.

ResourceQuota is very popular for soft multi-tenancy environments, so the RBAC should be included by default.

How

Describe how to address the issue.

Checklist