-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
1
-
False
-
None
-
False
-
-
-
Tracing Sprint # 245
Description of the problem:
The Tempo and Tempo query version is not displayed in tempo-operator.v0.6.0-1
Steps to reproduce the issue:
*Install tempo-operator.v0.6.0-1
*Check the operator logs.
$ oc logs tempo-operator-controller-78dc458fdd-zhjmc {"level":"info","ts":"2023-11-27T12:40:29.212408712Z","logger":"controller-runtime.builder","msg":"Registering a mutating webhook","GVK":"tempo.grafana.com/v1alpha1, Kind=TempoStack","path":"/mutate-tempo-grafana-com-v1alpha1-tempostack"} {"level":"info","ts":"2023-11-27T12:40:29.212563115Z","logger":"controller-runtime.webhook","msg":"Registering webhook","path":"/mutate-tempo-grafana-com-v1alpha1-tempostack"} {"level":"info","ts":"2023-11-27T12:40:29.212596615Z","logger":"controller-runtime.builder","msg":"Registering a validating webhook","GVK":"tempo.grafana.com/v1alpha1, Kind=TempoStack","path":"/validate-tempo-grafana-com-v1alpha1-tempostack"} {"level":"info","ts":"2023-11-27T12:40:29.212627416Z","logger":"controller-runtime.webhook","msg":"Registering webhook","path":"/validate-tempo-grafana-com-v1alpha1-tempostack"} {"level":"info","ts":"2023-11-27T12:40:29.212658017Z","logger":"setup","msg":"Starting Tempo Operator","build-date":"2023-11-21T16:52:08Z","revision":"4573695933f50365d53255a7f26cac84aab55fce","tempo-operator":"0.6.0","tempo":"","tempo-query":"","default-tempo-image":"registry.redhat.io/rhosdt/tempo-rhel8@sha256:c2265f67a85e5a2b4d60dab3712cea44ee663befcdf5ea2303ecc43b42db3343","default-tempo-query-image":"registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5402f3af7bdee45bb3d514ed1054cdc2fb9475f6ca33ab513d226a3bd1bc46b9","default-tempo-gateway-image":"registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:131f5ec8d1b290ee2b485eb57d5170fb46d66d5dfd7c8e52c5e346648ab2ae9e","default-tempo-gateway-opa-image":"registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:1aa743403eccc0a6e6b7065ee2f54330cc0cf27b085d64cfd750f6505928f7c1","go-version":"go1.20.10","go-arch":"amd64","go-os":"linux"}
*Check fro the Tempo image.
$ docker run -it --entrypoint=bash registry.stage.redhat.io/rhosdt/tempo-rhel8@sha256:c2265f67a85e5a2b4d60dab3712cea44ee663befcdf5ea2303ecc43b42db3343 bash-4.4$ /go/bin/tempo --version tempo, version HEAD-c92fb81 (branch: HEAD, revision: c92fb81f) build user: build date: go version: go1.20.10 platform: linux/amd64 tags: unknown bash-4.4$
$ oc get tempostacks.tempo.grafana.com NAME AGE TEMPO VERSION MANAGEMENT simplest 5m26s Managed