1. Proposed title of this feature request
Include the K8s ingress in the namespace inspect collection
2. What is the nature and description of the request?
The K8s ingress (ingress.networking.k8s.io) is not included in oc adm inspect collection when collecting a namespace inspect. In many cases, it is difficult to identify that a K8s ingress is configured, as the resource is not included in inspects.
The K8s ingress was introduced as GA in OCP 4.8 by NE-477, and usage is documented in [1].
It shouldn't increase the size of the inspect or must-gather a lot, as it should be only few KBs only for the namespaces with a K8s ingress (usually custom namespaces not collected by must-gather by default).
3. Why does the customer need this? (List the business requirements here)
It will help Red Hat Support to identify if K8s ingress is configured in specific namespaces, when an inspect of the namespace is requested/provided.
4. List any affected packages or components.
oc CLI (oc adm inspect)