Description of problem: Version-Release number of selected component (if applicable): How reproducible: VERY Steps to Reproduce: 1. Login to openshift 4.1 cluster 2. run oc adm must-gather 3. Actual results: Stuck at this point :- clusterrolebinding.rbac.authorization.k8s.io/must-gather-j67w2 created Expected results: Must finish with expected result which is to launch a pod in a temporary namespace on your cluster that gathers debugging information, using a copy of the active client config context, and then downloads the gathered information. Additional info:
oc adm must-gather can take a long time to run. Try examining the pod's logs in a new terminal. For example: # get name of must-gather pod: $ oc get -n openshift-must-gather-xxxxx pod # tail the gather container's logs: $ oc -n openshift-must-gather-xxxxx log must-gather-xxxxx -c gather --follow
based on https://github.com/openshift/origin/pull/22829 moving to modified.
https://github.com/openshift/origin/pull/23036
Confirmed with latest version : [root@dhcp-140-138 ose]# oc version --short Client Version: v4.1.4 Server Version: v1.13.4+c3b23cb Can't reproduce the issue. Will verify this when bugs ON-QA.
Pre : https://bugzilla.redhat.com/show_bug.cgi?id=1705492#c10
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-2019:1635