During the lab has anyone had trouble with K auth can-i command on the service account? I finally found a suggestion on the stackoverflow to try with system prefix e.g.
kubectl auth can-i create servicemonitor --as=system:serviceaccount:staging:tiller -n staging
Which seemed to work but I am not sure if it is the correct method, as help does not show and lab video does not have that method. I was able to get yes upon checking with system prefix but I still got crash state on pod during deployment