I have installed Kubernetes using AWS Minikube scripts - https://github.com/scholzj/aws-minikube
After installation I am trying to run
kubectl proxy
But I am getting this
https:kubernetes-dashboard:\" is forbidden: User \"system:anonymous\" cannot get services/proxy in the namespace \"kube-system\"
I am not even able to list pods because I do not have valid tokens with system.master role. I have no idea how I can create a user or token and authenticate when there is no admin user present on the system yet.
Can you please explain to me?