-
Bug
-
Resolution: Done
-
Critical
-
None
-
4.12.0
-
None
-
None
-
CLOUD Sprint 226
-
1
-
Rejected
-
False
-
-
N/A
Description of problem:
When running `oc adm must-gather` we do not download controlplanemachineset resourecs. Must gather uses `oc adm inspect` under the hood which looks at cluster operator related resources to identify what it should download. In must-gather, it does this across all namespaces. When gathering across all namespaces, you cannot set a name for the related object else an error is produced: error: errors occurred while gathering data: skipping gathering controlplanemachinesets.machine.openshift.io/cluster due to error: a resource cannot be retrieved by name across all namespaces We currently set the name of the CPMS in our related objects so we do not get it included in the gather.
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. oc adm must-gather 2. Look in the openshift-machine-api folder for a controlplanemachineset 3.
Actual results:
It's not there
Expected results:
It's there
Additional info: