Support custom node-export's port
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
...