contrib/kube-prometheus: ne rbacproxy listen podip
This commit adjusts the RBAC proxy for the node-exporter DaemonSet to only listen on the Pod IP. It also adjusts the ports used by the node-exporter Pod so that both containers are listening on 9100. The actual node-exporter listens on 127.0.0.1:9100, while the RBAC proxy listens on <PODIP>:9100. This ensures that port 9101 is not taken on the host networking namespace.
Please register or sign in to comment