Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Is your feature request related to a problem? Please describe.
By default k0s configures only cert based auth for API server and only the
admin.confwith cluster admin role bound to it.We should make available some subcommand to easily create a new cert and kubeconfig for a new user.
Describe the solution you'd like
k0s user create jussi --group foo,barThat would dump out a kubeconfig with embedded certs for a user called
jussi. In the cert there's groups forfooandbar.Describe alternatives you've considered
Additional context