huanggzeK零SK壹S
- 已编辑
由于主机其他进程已经使用了 9100 端口,导致 node-exporter 无法运行起来,如何解决?
查看主机 9100 端口,检查端口是否被占用
netstat -ano | grep 9100
修改 node-export DaemonSet 的中的所有 9100 为你给 node-exporter 预留的新端口,比如 29100 并确认
- 等待 node-exporter 重新创建
- 检查
netstat -ano | grep 29100
发现新的 Port 成功应用了