This commit is contained in:
2025-11-27 01:35:58 +08:00
parent 4d21537d1b
commit 95e1d48003
6 changed files with 77 additions and 45 deletions

View File

@@ -29,4 +29,15 @@ tls-san:
- "121.4.112.18" # 你的公网 IP
```
systemctl restart k3s
systemctl restart k3s
```sh
vim /etc/systemd/system/k3s.service
sudo systemctl daemon-reload
sudo systemctl start k3s
kubectl get nodes -o wide
```