新增 K3s
20
K3s.md
Normal file
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user