-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Hi!
I was looking for this exact combination of scripts to automate test lab deployment, but I ran into issues with token generation.
Should these still work with the latest version of Kubernetes (1.24)?
I made a change to update the Bento box to ("bento/ubuntu-20.04"). Otherwise, the scripts were the same. The installation goes without problems and the cluster comes up. I tried to deploy K8S Dashboard, with provided version (2.0.0) and with newest version (2.5.0). After deployment, creating the admin user creates the account but does not create token.
Would this be something other users have seen, and would have simple fix? What I was able to research was that if CA is not correctly created in the deployment, then tokens might not get signed and would be missing.
Thanks