Description of problem:
oc inspect ns/ does not collect LimitRange objects. It seems that must-gather either, but I am not sure whether there is any LimitRange object among the projects gathered by must-gather.
Version-Release number of selected component (if applicable):
4.11.3.
How reproducible:
Always
Steps to Reproduce:
1. Create a new project.
2. Set a LimitRange inside it.
3. Execute oc inspect ns/.
4. In the file generaged by the latter command, try to find LimitRange objects.
Actual results:
No LimitRange object found according to my tests.
Expected results:
LimitRanges are objects which can be important to troubleshoot some issues and I think they should be in the file containing the gathered information.