-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
4.14.z
Description of problem:
When a must-gather creation fails in the middle, the clusterrolebindings created for must-gather creation remains in the cluster.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Run a must-gather command: `oc adm must-gather` 2. Interrupt the must-gather creation 3.Search for the cluster-rolebinding: `oc get clusterrolebinding | grep -i must` 4. Try deleting the must-gather namespace 5. Search for the cluster-rolebinding again:`oc get clusterrolebinding | grep -i must`
Actual results:
clusterrolebindings created for must-gather creation remains in the cluster
Expected results:
clusterrolebindings created for must-gather creation shouldn't remain in the cluster
Additional info:
- links to
-
RHEA-2024:3718 OpenShift Container Platform 4.17.z bug fix update