Skip to content

K0s

k0s#

k0s - Zero Friction Kubernetes

Synopsis#

k0s - The zero friction Kubernetes - https://k0sproject.io

Options#

  -c, --config string            config file (default: ./k0s.yaml)
      --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")
  -h, --help                     help for k0s
  -l, --logging stringToString   Logging Levels for the different components (default [konnectivity-server=1,kube-apiserver=1,kube-controller-manager=1,kube-scheduler=1,kubelet=1,kube-proxy=1,etcd=info,containerd=info])

SEE ALSO#

  • k0s api - Run the controller api
  • k0s completion - Generate completion script
  • k0s controller - Run controller
  • k0s default-config - Output the default k0s configuration yaml to stdout
  • k0s docs - Generate Markdown docs for the k0s binary
  • k0s etcd - Manage etcd cluster
  • k0s install - Install k0s on a brand-new system. Must be run as root (or with sudo)
  • k0s start - Start the k0s service after it has been installed using k0s install. Must be run as root (or with sudo)
  • k0s stop - Stop the k0s service after it has been installed using k0s install. Must be run as root (or with sudo)
  • k0s kubeconfig - Create a kubeconfig file for a specified user
  • k0s status - Get k0s instance status information
  • k0s token - Manage join tokens
  • k0s validate - Validation related sub-commands
  • k0s version - Print the k0s version
  • k0s worker - Run worker