Delete page "K3s"

2025-05-16 08:53:02 +00:00
parent 96d4c791d9
commit 2ca38305d6

20
K3s.md

@@ -1,20 +0,0 @@
# 安裝 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
```