Delete page "K3s"
20
K3s.md
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
|
||||
```
|
||||
Reference in New Issue
Block a user