K0s worker

k0s worker

Run worker

  1. k0s worker [join-token] [flags]

Examples

  1. Command to add worker node to the master node:
  2. CLI argument:
  3. $ k0s worker [token]
  4. or CLI flag:
  5. $ k0s worker --token-file [path_to_file]
  6. Note: Token can be passed either as a CLI argument or as a flag

Options

  1. --cri-socket string contrainer runtime socket to use, default to internal containerd. Format: [remote|docker]:[path-to-socket]
  2. --enable-cloud-provider Whether or not to enable cloud provider support in kubelet
  3. -h, --help help for worker
  4. --profile string worker profile to use on the node (default "default")
  5. --token-file string Path to the file containing token.

Options inherited from parent commands

  1. -c, --config string config file (default: ./k0s.yaml)
  2. --data-dir string Data Directory for k0s (default: /var/lib/k0s). DO NOT CHANGE for an existing setup, things will break!
  3. -d, --debug Debug logging (default: false)
  4. -l, --logging stringToString Logging Levels for the different components (default [kube-controller-manager=1,kube-scheduler=1,kubelet=1,etcd=info,containerd=info,konnectivity-server=1,kube-apiserver=1])

SEE ALSO

  • k0s - k0s - Zero Friction Kubernetes