Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
@yurishkuro Now I have added to my environment -> client error: 401" How do add the bearer token?
Does not help! (PROMETHEUS_TLS_KEY=Path to a TLS Private Key file, used to identify this process to the remote server(s))
|
Beta Was this translation helpful? Give feedback.
-
@yurishkuro BTW kubeconfig has a simple switch "--insecure-skip-tls-verify". So I believe it is not a problem to implement in go. |
Beta Was this translation helpful? Give feedback.
-
What happened?
I am running a all-in-one jaeger instance in a kubernetes conatiner.
Try to connect to Prometheus/Thaos with https.
x509: certificate signed by unknown authority
tried to use PROMETHEUS_TLS_SKIP-HOST-VERIFY=TRUE and PROMETHEUS_TLS_INSECURE=TRUE
without any success.
How can I solve this problem?
Steps to reproduce
deploy jaeger with operator
set environment
- name: METRICS_STORAGE_TYPE
value: prometheus
- name: PROMETHEUS_SERVER_URL
value: 'https://thanos-querier.openshift-monitoring.svc.cluster.local:9091'
Expected behavior
true to get data into the new Service Performance Monitoring (SPM)
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
1.39
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
OpenShift 4.12, Kubernetes 1.25
Deployment configs
No response
Beta Was this translation helpful? Give feedback.
All reactions