I installed vanilla kubernetes 1.24, cluster is up and healthy but when i try to install kubernetes-dashboard, i realized can not access dashboard token. Before 1.24 i just describe token and get.
Normally when sa created, secret should be created automaticaly, BUT NOW, I just tried create service account then secret not created automaticaly.
just create sa with: "kubectl create serviceaccount servicename" you should see secret as a servicename-token with kubectl get secrets. But not created..
anyone faced this problem?