Skip to content

Commit

Permalink
Update 04-CKA-MockExam-2-Solution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Ayman authored Apr 24, 2022
1 parent 16bb372 commit a4bd531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/15-Mock-Exams/04-CKA-MockExam-2-Solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
```
```
kubectl certificate approve john-developer
kubectl create role developer --resource=pods --verb=create,list,get,update,delete --namespace=development
kubectl create rolebinding developer-role-binding --role=developer --user=john --namespace=development
kubectl auth can-i update pods --as=john --namespace=development
Expand Down

0 comments on commit a4bd531

Please sign in to comment.