Closed jvanz closed 3 months ago
Adding info:
Kubewarden 1.14 with the otl stack deps, versions doc.kubewarden.io, works fine. Both tracing and metrics. That is, opentelemetry-operator-0.56.0
, jaeger-operator-2.49.0
, kube-prometheus-stack-51.5.3
.
These versions are rather old, though.
is not working as expected
Please, more details.
is not working as expected
Please, more details.
* what's the failed test case ?
None, this is not spotted by test cases.
* how does it fail ?
The OpTel collector is not able to find the Jaeger service to send some tracing data
I've rephrased that in a seperated section in the issue description.
* what is the expected output ?
Acceptance criteria updated to make that more clear
* logs?
Description updated
After fixing https://github.com/kubewarden/policy-server/issues/847, testing with 1.15.0-rc2
, policy-server:latest
, and opentelemetry stack from docs.kubewarden.io shows that everything is working as expected :).
On latest opentelemetry stack and 1.15.0-rc2, with policy-server:latest
, everything works too.
Yet we hit https://github.com/jaegertracing/helm-charts/issues/549. The workaround is to expand the ClusterRole
jaeger-operator
with get, list
permissions for ingressclasses
. Will add workaround to e2e tests.
I consider this done.
What to expect when testing:
During the testing of the Kubewarden
v1.15.0
release candidates we noticed that Kubewarden integration with our observability stack is not working as expected with the latest OpTel and Jaeger Helm chart versions. It looks like that our current configuration used in the Helm chart to deploy the Kubewarden stack is not working. The OpTel collector is not able to find the Jaeger service to send some tracing data. We need to investigate if there is some compatibility between the latest versions from Jaeger and OpTel or if we just need to update our configurations in our Helm charts.This are the versions in use during the rc testing with the latest versions:
Issue(s) found:
my-open-telemetry-collector.jaeger.svc.cluster.local:4317
: