-
Bug
-
Resolution: Done
-
Blocker
-
1.3.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
1
-
None
-
None
-
None
-
Sprint 279
-
None
-
None
-
None
Several korrel8r pod are in Terminating status.
$oc get pod -n openshift-cluster-observability-operator
korrel8r-774cb57bfc-dlkbc 0/1 Terminating 0 1s
korrel8r-774cb57bfc-drjc9 0/1 Terminating 0 1s
korrel8r-774cb57bfc-m4s9w 0/1 Terminating 0 0s
korrel8r-774cb57bfc-qv89b 0/1 Terminating 0 1s
korrel8r-bf675846f-c25sd 1/1 Running 0 51m
It is strange that the serviceAccount is logging-sa in the replicateset korrel8r-774cb57bfc. while the serviceAccount is still troubleshooting-panel-sa in the deployment korrel8r.
$oc get deployment korrel8r -o jsonpath={.spec} |jq '.template.spec|.serviceAccount,.serviceAccountName' "troubleshooting-panel-sa" "troubleshooting-panel-sa"
$oc get replicaset NAME DESIRED CURRENT READY AGE
korrel8r-774cb57bfc 0 0 0 22m
korrel8r-bf675846f 1 1 1 69m
$oc get replicaset korrel8r-774cb57bfc -o json |jq '.metadata.resourceVersion' "625033"
$oc get replicaset korrel8r-bf675846f -o json |jq '.metadata.resourceVersion' "630799"
$oc get replicaset korrel8r-774cb57bfc -o json|jq '.spec.template.spec|.serviceAccount,.serviceAccountName'
"logging-sa"
"logging-sa"
It seems deployment/korrel8r is constantly updated and after LoggingUI is created, the serviceacccount had been updated to logging-sa
[anli@vm-10-0-96-227]$oc get deployment korrel8r -o jsonpath={.metadata.resourceVersion}
745866
[anli@vm-10-0-96-227]$ oc get deployment korrel8r -o jsonpath={.metadata.resourceVersion}
746073
[anli@vm-10-0-96-227]$ oc get deployment korrel8r -o jsonpath={.metadata.resourceVersion}
746276
[anli@vm-10-0-96-227]$ oc get deployment korrel8r -o jsonpath={.metadata.resourceVersion}
746455
[anli@vm-10-0-96-227]$ oc get deployment korrel8r -o jsonpath={.metadata.resourceVersion}
746618
[anli@vm-10-0-96-227]$ oc get deployment korrel8r -o jsonpath={.metadata.resourceVersion}
Version
4.20.0-0.nightly-2025-10-29-140901
cluster-observability-operator.v1.3.0
- relates to
-
COO-1253 logging-view-plugin proxies traffic to a missing korrel8r service
-
- Closed
-
- links to