💻 Tech
If you are an admin, and you want to check if a new user is able to perform some k8s actions, you can use --as
flag like so:
k get po --as user1 -n staging
If you are an admin, and you want to check if a new user is able to perform some k8s actions, you can use --as
flag like so:
k get po --as user1 -n staging