remove period and change script to command
Incorrect punctuative period and change the word script to command for uniformity.
This commit is contained in:
		
							parent
							
								
									b1d1fc369e
								
							
						
					
					
						commit
						094d9c034b
					
				|  | @ -274,10 +274,10 @@ kubectl get csr myuser -o jsonpath='{.status.certificate}'| base64 -d > myuser.c | ||||||
| 
 | 
 | ||||||
| ### Create Role and RoleBinding | ### 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 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 | ```shell | ||||||
| kubectl create role developer --verb=create --verb=get --verb=list --verb=update --verb=delete --resource=pods | kubectl create role developer --verb=create --verb=get --verb=list --verb=update --verb=delete --resource=pods | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue