Skip to content

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]

    customize the expiration duration of the certificate:
    $ k0s kubeconfig create username --certificate-expires-after 8760h

Options#

      --certificate-expires-after duration   The expiration duration of the certificate (default 8760h0m0s)
  -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")
      --groups string                        Specify groups
  -h, --help                                 help for create
      --status-socket string                 Full file path to the socket file. (default: <rundir>/status.sock)

Options inherited from parent commands#

  -d, --debug                  Debug logging (implies verbose logging)
      --debugListenOn string   Http listenOn for Debug pprof handler (default ":6060")
  -v, --verbose                Verbose logging

SEE ALSO#