Description of problem:
We, on openshift-virtualization, are running this command:
$ time oc adm must-gather --dest-dir=/tmp/deleteme/ --timeout=900s --all-images 1>output.txt
Warning: spec.nodeSelector[node-role.kubernetes.io/master]: use "node-role.kubernetes.io/control-plane" instead
real 34m9.504s
user 0m31.920s
sys 0m10.487s
and the command is not aborted after 900 seconds. It looks like the --timeout param is ignored.
It's observed that the "gather" containers are completed, and the "copy" containers are running when the timeout is reached
Version-Release number of selected component (if applicable):
$ oc version Client Version: 4.19.3 Kustomize Version: v5.5.0 Server Version: 4.19.3 Kubernetes Version: v1.32.5
How reproducible:
Always
Actual results:
The must-gather keep progressing until it's finished.
Expected results:
The must-gather generation should be aborted.
Additional info:
must-gather.log attached.
- causes
-
CNV-66035 [stabilization]Fix must-gather timeout issues by increasing timeout values
-
- Closed
-