Bug 1827095
Summary: | The kibana is ContainerCreating and terminating on and on | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
Component: | Logging | Assignee: | ewolinet |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.3.z | CC: | aos-bugs, ewolinet |
Target Milestone: | --- | ||
Target Release: | 4.3.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-30 01:28:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Anping Li
2020-04-23 09:23:14 UTC
Moving to MODIFIED: After investigating cluster I see that the kibana-proxy secret keeps being recreated and looking at the cert storage on the operator pod I see we don't have the expected "kibana-session-secret" file that [1] this pr provides. This leads me to believe that the cluster-logging-image being tested is missing that commit but does contain the commit to restart Kibana when its secrets change [2]. sh-4.2$ ls -1 /tmp/ocp-clo | grep kibana kibana-internal.conf kibana-internal.crt kibana-internal.csr kibana-internal.key system.logging.kibana.conf system.logging.kibana.crt system.logging.kibana.csr system.logging.kibana.key [1] https://github.com/openshift/cluster-logging-operator/pull/449 [2] https://github.com/openshift/cluster-logging-operator/pull/463 Verified using the csv clusterlogging.4.3.14-202004231410 from redhat-operators-stage. The image missing error don't block this bug. oc get pods NAME READY STATUS RESTARTS AGE cluster-logging-operator-b48b75688-cp8rk 1/1 Running 0 88m curator-1587702000-x48ww 1/1 Running 0 48m curator-1587702600-rmxt9 1/1 Running 0 38m curator-1587703200-r9zw6 1/1 Running 0 28m curator-1587703800-x27rm 1/1 Running 0 18m curator-1587704400-krrz6 1/1 Running 0 8m54s elasticsearch-cdm-rkrf6xcu-1-745775957c-fh49k 1/2 ImagePullBackOff 0 51m elasticsearch-cdm-rkrf6xcu-2-9cc497dcb-zk4kn 1/2 ImagePullBackOff 0 51m elasticsearch-cdm-rkrf6xcu-3-5c4469cc9f-dvgng 1/2 ImagePullBackOff 0 50m fluentd-2j4hm 1/1 Running 0 51m fluentd-2xpl4 1/1 Running 0 51m fluentd-7p6c8 1/1 Running 0 51m fluentd-9622j 1/1 Running 0 51m fluentd-gmg2h 1/1 Running 0 51m fluentd-p4wbd 1/1 Running 0 51m kibana-f946dd446-fghs9 2/2 Running 0 51m Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:1529 |