Replies: 2 comments 1 reply
-
This is not an error specific to Argo Rollouts. Argo Rollouts uses the standard Prometheus client behind the scenes to connect to Prometheus https://github.com/prometheus/client_golang We need to check if the client supports mTLS/insecure/self-signed certificates and possible expose the TLS setup the Argo Rollouts settings. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Feedback on the results of the verification.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used Prometheus query using AnalysisTemplate of argo rollouts, but when I set the HTTPS endpoint to address, the following error occurs.
'Post "https://prometheus-k8s.openshift-monitoring.svc:9091/api/v1/query": x509: certificate signed by unknown authority'
Does Analysis Template not support HTTPS endpoints?
Beta Was this translation helpful? Give feedback.
All reactions