-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.14
-
Important
-
None
-
False
-
Description of problem:
- Customer not able to view any logs for few application - This is not application specific issue as we deployed on test application but test application given by Red Hat also not showing any logs - No logs on node as well on path `/var/log/pods/test-logs_httpd-59dbc4f944-m2nf9_755c7c28-cee3-47a6-bbfa-3ef4649593b7/httpd`
Version-Release number of selected component (if applicable):
RHOCP version 4.14 (Note: customer had same issue on 4.12)
How reproducible:
Using test httpd application on customers cluster
Steps to Reproduce:
- Create new project and run test httpd application ~~~ $ oc new-project test $ oc new-app httpd ~~~ - On 1st terminal: ~~~ $ oc logs <pod name> -f. # `-f` is used to check live logs. ~~~ - On 2nd terminal ~~~ $ oc get all # Copy service IP or pod IP and port $ oc get nodes $ oc debug node/<node name> $ chroot /host $ curl -kvv <service IP>:8080 ~~~
Actual results:
No logs on 1st terminal. Note: Same steps are showing logs on customers another cluster
Expected results:
We must get httpd logs on 1st terminal
Additional info: