Skip to content

Commit 09fe734

Browse files
authored
Merge pull request #30270 from jonassteinberg1/patch-4
remove period and change script to command
2 parents b1d1fc3 + 094d9c0 commit 09fe734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ kubectl get csr myuser -o jsonpath='{.status.certificate}'| base64 -d > myuser.c
274274

275275
### Create Role and RoleBinding
276276

277-
With the certificate created. it is time to define the Role and RoleBinding for
277+
With the certificate created it is time to define the Role and RoleBinding for
278278
this user to access Kubernetes cluster resources.
279279

280-
This is a sample script to create a Role for this new user:
280+
This is a sample command to create a Role for this new user:
281281

282282
```shell
283283
kubectl create role developer --verb=create --verb=get --verb=list --verb=update --verb=delete --resource=pods

0 commit comments

Comments
 (0)