We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1d1fc3 + 094d9c0 commit 09fe734Copy full SHA for 09fe734
content/en/docs/reference/access-authn-authz/certificate-signing-requests.md
@@ -274,10 +274,10 @@ kubectl get csr myuser -o jsonpath='{.status.certificate}'| base64 -d > myuser.c
274
275
### Create Role and RoleBinding
276
277
-With the certificate created. it is time to define the Role and RoleBinding for
+With the certificate created it is time to define the Role and RoleBinding for
278
this user to access Kubernetes cluster resources.
279
280
-This is a sample script to create a Role for this new user:
+This is a sample command to create a Role for this new user:
281
282
```shell
283
kubectl create role developer --verb=create --verb=get --verb=list --verb=update --verb=delete --resource=pods
0 commit comments