From 094d9c034bbef638f06fa0f315aacf152dfd891f Mon Sep 17 00:00:00 2001 From: Jonas Steinberg Date: Wed, 27 Oct 2021 08:41:51 -0500 Subject: [PATCH] remove period and change script to command Incorrect punctuative period and change the word script to command for uniformity. --- .../access-authn-authz/certificate-signing-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md b/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md index 73b43f38bf..1b7caa0e0d 100644 --- a/content/en/docs/reference/access-authn-authz/certificate-signing-requests.md +++ b/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 ### Create Role and RoleBinding -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 this user to access Kubernetes cluster resources. -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: ```shell kubectl create role developer --verb=create --verb=get --verb=list --verb=update --verb=delete --resource=pods