K0s install
k0s install#
Install k0s on a brand-new system. Must be run as root (or with sudo)
Options#
--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")
-e, --env stringArray set environment variable
--force force init script creation
-h, --help help for install
--status-socket string Full file path to the socket file. (default: <rundir>/status.sock)
-v, --verbose Verbose logging (default: false)
SEE ALSO#
- k0s - k0s - Zero Friction Kubernetes
- k0s install controller - Install k0s controller on a brand-new system. Must be run as root (or with sudo)
- k0s install worker - Install k0s worker on a brand-new system. Must be run as root (or with sudo)