-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck on generating kubeconfig #112
Comments
me too! |
I ran into the same problem |
I noticed the same behaviour starting with k3s version 1.24. it still works in 1.23 for me, 1.25 also seems affected |
when i create the user ( but not click on display kubeconfig ), it seems to create a permissionmanager user but no service accounts
after i click on view kubeconfig i get this error in the logs:
then the pod seems to crash and restart if i then click on view kubeconfig again i see this error in the logs
which i can confirm has been created:
|
same here with 1.25 |
Project dead? |
Same here, figured out that from1.24 the ServiceAccountToken is not generating automatically. Workaround: Howto: |
@gajdosr this worked for me |
Hello guys! 🙋🏽♂️ The problem you encountered is related to the changes that have occurred on the ServiceAccount since version v1.24: When a ServiceAccount is created, no more Secret is created automatically, which the Permission Manager used to say was a sure thing. Anyway, the problem will be fixed at the merge of the #109 |
Stuck on generating kubeconfig
The text was updated successfully, but these errors were encountered: