From 60e826dc832c59b16a3638b161230459681f3a3f Mon Sep 17 00:00:00 2001 From: tony Date: Mon, 6 Jun 2022 12:48:18 +0800 Subject: [PATCH] docs: update tenant owner default cluster documentation --- docs/content/general/tutorial.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/content/general/tutorial.md b/docs/content/general/tutorial.md index d1a0d5f5..c6174df8 100644 --- a/docs/content/general/tutorial.md +++ b/docs/content/general/tutorial.md @@ -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