Skip to content

Commit 5435b34

Browse files
depgodManagorsebastiaanspeckspageektti
authored
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 <wiktor@perskawiec.cc>
1 parent 8bc9dce commit 5435b34

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/common/k3s.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# k3s
2+
3+
> Install and manage lightweight Kubernetes clusters.
4+
> More information: <https://docs.k3s.io/cli>.
5+
6+
- Run the embedded `kubectl` command:
7+
8+
`k3s kubectl get nodes`
9+
10+
- Take an etcd snapshot of the cluster:
11+
12+
`k3s etcd-snapshot save`
13+
14+
- Rotate the CA certificate:
15+
16+
`k3s certificate rotate-ca`
17+
18+
- Manage bootstrap tokens:
19+
20+
`k3s token list`
21+
22+
- Uninstall K3s and remove all components:
23+
24+
`k3s-uninstall.sh`

0 commit comments

Comments
 (0)