K0s install worker
k0s install worker#
Install k0s worker on a brand-new system. Must be run as root (or with sudo)
k0s install worker [flags]
Examples#
Worker subcommand allows you to pass in all available worker parameters.
All default values of worker command will be passed to the service stub unless overridden.
Windows flags like "--api-server", "--cidr-range" and "--cluster-dns" will be ignored since install command doesn't yet support Windows services
Options#
--cidr-range string HACK: cidr range for the windows worker node (default "10.96.0.0/12")
--cri-socket string container runtime socket to use, default to internal containerd. Format: [remote|docker]:[path-to-socket]
--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")
--enable-cloud-provider Whether or not to enable cloud provider support in kubelet
-h, --help help for worker
--iptables-mode string iptables mode (valid values: nft, legacy, auto). default: auto
--kubelet-extra-args string extra args for kubelet
--labels strings Node labels, list of key=value pairs
-l, --logging stringToString Logging Levels for the different components (default [containerd=info,etcd=info,konnectivity-server=1,kube-apiserver=1,kube-controller-manager=1,kube-scheduler=1,kubelet=1])
--profile string worker profile to use on the node (default "default")
--status-socket string Full file path to the socket file. (default: <rundir>/status.sock)
--taints strings Node taints, list of key=value:effect strings
--token-file string Path to the file containing join-token.
-v, --verbose Verbose logging (default: false)
Options inherited from parent commands#
-e, --env stringArray set environment variable
--force force init script creation
SEE ALSO#
- k0s install - Install k0s on a brand-new system. Must be run as root (or with sudo)