I followed this tutorial https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md However, after finished all steps, i stll cant see any account while using kubectl get secreats command.
CodePudding user response:
you should be using below command to list the service accounts
kubectl get sa -n <namespace>