K0s kubeconfig create
k0s kubeconfig create#
Create a kubeconfig for a user
Synopsis#
Create a kubeconfig with a signed certificate and public key for a given user (and optionally user groups) Note: A certificate once signed cannot be revoked for a particular user
k0s kubeconfig create username [flags]
Examples#
Command to create a kubeconfig for a user:
CLI argument:
$ k0s kubeconfig create username
optionally add groups:
$ k0s kubeconfig create username --groups [groups]
Options#
-c, --config string config file, use '-' to read the config from stdin (default "/etc/k0s/k0s.yaml")
--data-dir string Data Directory for k0s. DO NOT CHANGE for an existing setup, things will break! (default "/var/lib/k0s")
-d, --debug Debug logging (default: false)
--debugListenOn string Http listenOn for Debug pprof handler (default ":6060")
--groups string Specify groups
-h, --help help for create
--status-socket string Full file path to the socket file. (default: <rundir>/status.sock)
-v, --verbose Verbose logging (default: false)
SEE ALSO#
- k0s kubeconfig - Create a kubeconfig file for a specified user