commands.sh

k3s

all

Install and manage lightweight Kubernetes clusters.

More info →

Examples (5)

Run the embedded `kubectl` command

Take an etcd snapshot of the cluster

k3s etcd-snapshot save

Rotate the CA certificate

k3s certificate rotate-ca

Manage bootstrap tokens

k3s token list

Uninstall K3s and remove all components

k3s-uninstall.sh
made by @shridhargupta | data from tldr-pages