
When the `ps` command is executed on a pod with `oc rsh <pod> ps ...`, sometimes the exit code is not 0, but the command returns the expected output. This patch adds " || true" to that command in order to ignore the returned code. Related-issue: OSPRH-8352 Related-issue: https://github.com/kubevirt/kubevirt/issues/10240 Change-Id: I246adf9f10a2d08b64be001bf13bfb807fb62698