新增 K3s

2025-05-05 03:47:40 +00:00
commit 5136d2080a

20
K3s.md Normal file

@@ -0,0 +1,20 @@
# 安裝 K3s
```bash
sudo nano /boot/cmdline.txt
# > cgroup_memory=1
# > cgroup_enable=memory
```
```bash
sudo reboot
```
```bash
sudo curl -sfL https://get.k3s.io | sh -
```
```bash
sudo systemctl status k3s
```