carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 200 forks source link

Additional module not deployed #58

Closed Gory19 closed 4 years ago

Gory19 commented 4 years ago

Hi, I modified the vars file and set "true" on arm_exporter and metallbexporter but in the end it did not deploye. Also when I change the IP in "suffixdomains" example 192.168.1.2, after I deployed the IP is not changed and remains 192.168.15.15. I think it just ignores the changes to the vars.jsonnet file.

carlosedp commented 4 years ago

Check-out the readme. You need to re-generate the manifests with make then make deploy after changing vars.jsonnet.

Gory19 commented 4 years ago

Check-out the readme. You need to re-generate the manifests with make then make deploy after changing vars.jsonnet.

OMG forgives my stupidity. Now works. But what if I want to use SMTP Relay? If I put "true", I get error: "RUNTIME ERROR: Field does not exist: smtpRelay main.jsonnet:38:32-47 thunk from <$>

:1293:24-25 thunk from > :1293:5-33 function
carlosedp commented 4 years ago

Fixing it right now. Thanks for finding this out :)