Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add documentation on rbac changes #65

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add documentation on rbac changes
  • Loading branch information
davidebianchi committed Jan 24, 2024
commit 05bb104e18c4e7479f44ff8519a45312c317a0e5
4 changes: 4 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -38,6 +38,10 @@ You can change default configuration editing the config files.

For example, to deploy the controller in another namespace, change the file [kustomization.yaml](https://github.com/kube-green/kube-green/blob/main/config/default/kustomization.yaml#L2) with the desired namespace name.

#### RBAC

At the moment, kube-green is released with a ClusterRole that allows to manage all resources in all namespaces. If you want to restrict the access to specific resources, you can change the ClusterRole in the file [role.yaml](https://github.com/kube-green/kube-green/blob/main/config/rbac/role.yaml) accordingly.

### Deploy

To install *kube-green* in the cluster, clone the repository and run