Skip to content
Snippets Groups Projects
  • Lucas Serven's avatar
    43bb0569
    contrib/kube-prometheus: ne rbacproxy listen podip · 43bb0569
    Lucas Serven authored
    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.
    43bb0569
    History
    contrib/kube-prometheus: ne rbacproxy listen podip
    Lucas Serven authored
    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.