Description of problem: When doing an inspect of a namespace on an SDN cluster, I get an error from the server saying that it doesn't have a resource type "egressfirewalls" This only effects sdn clusters not ovn Version-Release number of selected component (if applicable):4.11.0-0.nightly-2022-06-11-054027 How reproducible: 100% Steps to Reproduce: 1. Install sdn type of cluster (saw on azure and alibaba) 2. Perform action `oc adm inspect namespace openshift-machine-api` 3. Error getting inspect Actual results: error: errors occurred while gathering data: the server doesn't have a resource type "egressfirewalls" Expected results: No errors occur in getting inspect of namespace and output is there Additional info: % oc adm inspect namespace openshift-sdn --kubeconfig ~/.kube/111846/config Gathering data for ns/openshift-sdn... Wrote inspect data to inspect.local.3868338835030329377. error: errors occurred while gathering data: the server doesn't have a resource type "egressfirewalls" Could be related to https://bugzilla.redhat.com/show_bug.cgi?id=2072171
Hey Paige, I think this log is expected and kind of info level, it shouldn't affect logs collection process - do you see any log files missing? We may need to change the log message though.
If it is an "info level" log, I definitely do not think it should say "error". From what I can see there is no data missing.
*** This bug has been marked as a duplicate of bug 2095708 ***