Description of problem: On a fresh installed cluster on s390 (zVM or KVM) `oc logs pod/podname` and console gui logs tab are not showing any text for any pods. Pods from both openshift default projects and new applications have no logs. Version-Release number of selected component (if applicable): 4.11.0-0.nightly-s390x-2022-06-07-102819 How reproducible: Reinstalled 3 time with version 4.11.0-0.nightly-s390x-2022-06-07-102819 Steps to Reproduce: 1. oc login to cluster 2. oc get pods -A 3. oc logs pod/<any pod found from #2> Actual results: ``` -> % oc logs pod/ovnkube-node-nl64v -n openshift-ovn-kubernetes -c ovnkube-node -> % echo $? 0 ``` Additional info: Fresh cluster with no degraded operators or failing pods in any namespace. `oc debug pods ` is working fine.
Tested on today's build 4.11.0-0.nightly-s390x-2022-06-08-103008 and issue seems to be resolved.
Closing based on the previous comment.