VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
403 stars 141 forks source link

api: adds tls check at flags for https detection #1005

Closed f41gh7 closed 3 days ago

f41gh7 commented 4 days ago

its possible only at best effort. https certificates must be valid.

https://github.com/VictoriaMetrics/operator/issues/994

AndrewChubatiuk commented 3 days ago

does TLS enabled affect http probes?

f41gh7 commented 3 days ago

does TLS enabled affect http probes?

Good point!

f41gh7 commented 3 days ago

Operator already adjusts probes with HTTPS probe handler if needed. https://github.com/VictoriaMetrics/operator/blob/master/internal/controller/operator/factory/build/container.go#L20