It would be great if kubelogin were installable as a devcontainer feature: https://containers.dev/features?search=kubelogin
Right now I'm having to run these commands as part of a postCreateCommand script
asdf plugin add kubelogin
asdf install kubelogin 0.1.4
asdf global kubelogin 0.1.4
It would be nice if I didn't have to.
(And P.S. We're pinning to 0.1.4 because we had issues with later versions, specifically 0.2.10. Something to do with storing tokens locally. I'm not certain what the problem is but I know we don't have it in 0.1.4)