From 5435b348436213561ad65744e1a2c3e6c6d40c82 Mon Sep 17 00:00:00 2001 From: depgod <23638290+depgod@users.noreply.github.com> Date: Sat, 14 Jun 2025 22:21:41 +0530 Subject: [PATCH] k3s: add page (#16772) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/common/k3s.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/k3s.md diff --git a/pages/common/k3s.md b/pages/common/k3s.md new file mode 100644 index 0000000000..283c6ba8d9 --- /dev/null +++ b/pages/common/k3s.md @@ -0,0 +1,24 @@ +# k3s + +> Install and manage lightweight Kubernetes clusters. +> More information: . + +- Run the embedded `kubectl` command: + +`k3s kubectl get nodes` + +- 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`