Skip to content

K0s kubeconfig admin

k0s kubeconfig admin#

Display Admin's Kubeconfig file

Synopsis#

Print kubeconfig for the Admin user to stdout

k0s kubeconfig admin [flags]

Examples#

    $ k0s kubeconfig admin > ~/.kube/config
    $ export KUBECONFIG=~/.kube/config
    $ kubectl get nodes

Options#

  -h, --help   help for admin

Options inherited from parent commands#

      --data-dir string        Data Directory for k0s (default: /var/lib/k0s). DO NOT CHANGE for an existing setup, things will break!
  -d, --debug                  Debug logging (default: false)
      --debugListenOn string   Http listenOn for Debug pprof handler (default ":6060")
      --status-socket string   Full file path to the socket file. (default "/var/lib/k0s/run/status.sock")
  -v, --verbose                Verbose logging (default: false)

SEE ALSO#