diff --git a/docs/rbac.md b/docs/rbac.md index 36d06e62a7441cd44ef4672ab54a9528dfaf17c7..4af36203cc9e2a01b9f6dfcbf5b11b85eb153f48 100644 --- a/docs/rbac.md +++ b/docs/rbac.md @@ -14,11 +14,6 @@ Once you have satisfied the pre-requisite and have a service account with the co ### Example: Service account with cluster-admin role -```console -$ kubectl create serviceaccount tiller --namespace kube-system -serviceaccount "tiller" created -``` - In `rbac-config.yaml`: ```yaml