Skip to content

Support custom node-export's port

Calvin Yu请求将github/fork/pixiake/lb合并到master

Created by: pixiake

Signed-off-by: pixiake guofeng@yunify.com

What this PR does / why we need it:

In some clusters, there is conflict between node-export's port (default 9100) and the other services. So we should support customizing node-expor's port to improve flexibility.

How to use:

Add spec.monitoring.node-exporter.port: xxx to the configuration file.

spec:
  ...
  monitoring:
    node_exporter:
      port: 9100
  ...

合并请求报告