modified: README.md

This commit is contained in:
Márcio Fernandes
2026-03-16 12:13:56 +00:00
parent ffc812787d
commit 5cd5d9da71

View File

@@ -49,6 +49,8 @@ Kubernetes is an opensource 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 @@ KlipperLB is the tiny, builtin 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
```