Skip to content

Commit

Permalink
docs: update tenant owner default cluster documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsongplus authored Jun 6, 2022
1 parent 6e8ddd1 commit 60e826d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/general/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ By default, all Tenant Owners will be granted with two ClusterRole resources usi
1. the Kubernetes default one, `admin`, that grants most of the Namespace scoped resources management operations
2. a custom one, named `capsule-namespace-deleter`, allowing to delete the created Namespace

In the example below, assuming Alice create a namespace `oil-production` in Tenant `oil`,getting the tenant owner's Alice default
ClusterRoles command:

```
$: kubectl get rolebindings.rbac.authorization.k8s.io
$: kubectl get rolebindings.rbac.authorization.k8s.io -n oil-production
NAME ROLE AGE
capsule-oil-0-admin ClusterRole/admin 6s
capsule-oil-1-capsule-namespace-deleter ClusterRole/capsule-namespace-deleter 5s
Expand Down

0 comments on commit 60e826d

Please sign in to comment.