I have enabled the TLS for proemtheus web and it has success but comming to the config reloader container it is giving error like this
ts=2021-10-21T03:17:20.472907734Z caller=log.go:124 level=error msg="function failed. Retrying in next tick" err="trigger reload: received non-200 response: 400 Bad Request; have you set `--web.enable-lifecycle` Prometheus flag?"
ts=2021-10-21T03:17:25.473290874Z caller=log.go:124 level=error msg="function failed. Retrying in next tick" err="trigger reload: received non-200 response: 400 Bad Request; have you set `--web.enable-lifecycle` Prometheus flag?"
But I have enabled the flag the main problem I have observed is
in reloaded contianer argumnets tye reload url is http only not https Prometheus running on https but config reloader is trying to connect to the Prometheus with http that's why it's showing that error and which leads to not able to update scrap targets and alerts by CRD
Thanks
Mohan Nagandlla