modified: README.md
This commit is contained in:
11
README.md
11
README.md
@@ -49,6 +49,8 @@ Kubernetes is an open‑source platform that automates the deployment, scaling,
|
||||
- [Failed unmounting var-lib-rancher.mount on reboot](#failed-unmounting-var-lib-ranchermount-on-reboot)
|
||||
- [klipper-lb](#klipper-lb)
|
||||
- [troubleshooting](#troubleshooting)
|
||||
- [host cli](#host-cli)
|
||||
- [host cli - check port usage](#host-cli---check-port-usage)
|
||||
|
||||
## Namespaces
|
||||
|
||||
@@ -676,3 +678,12 @@ Klipper‑LB is the tiny, built‑in load balancer that k3s uses to give each ag
|
||||
rm -rf /var/lib/rancher/k3s/agent/etc/klipper-lb
|
||||
systemctl restart k3s-agent
|
||||
```
|
||||
|
||||
## host cli
|
||||
|
||||
### host cli - check port usage
|
||||
|
||||
``` bash
|
||||
# example: port 32329
|
||||
ss -ltnp | grep 32329
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user