Bug 2095708
Summary: | oc adm inspect throws out erorr "the server doesn't have a resource type "egressfirewalls" for all operators | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> | |
Component: | oc | Assignee: | Jan Chaloupka <jchaloup> | |
oc sub component: | oc | QA Contact: | zhou ying <yinzhou> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | low | |||
Priority: | unspecified | CC: | andbartl, jchaloup, maszulik, mfojtik, prubenda, stevsmit | |
Version: | 4.11 | Keywords: | Reopened | |
Target Milestone: | --- | |||
Target Release: | 4.12.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
* Previously, `must-gather` was trying to collect resources that were not present on the server. Consequently, `must-gather` would print error messages. Now, before collecting resources, `must-gather` checks whether the resource exists. As a result, `must-gather` no longer prints an error when it fails to collect non-existing resources on the server. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2095708[*BZ#2095708*])
|
Story Points: | --- | |
Clone Of: | ||||
: | 2117225 (view as bug list) | Environment: | ||
Last Closed: | 2023-01-17 19:49:58 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2110567, 2118264 |
Description
Junqi Zhao
2022-06-10 10:21:43 UTC
This was introduced from https://bugzilla.redhat.com/show_bug.cgi?id=2023295 and is expected. Those errors are perfectly fine, since they don't break the collection, but you're right we could change then to warnings. I'll see what's possible. *** Bug 2097162 has been marked as a duplicate of this bug. *** oc version --client Client Version: 4.12.0-0.nightly-2022-08-12-053438 Kustomize Version: v4.5.4 oc adm inspect co/console Gathering data for ns/openshift-console-operator... W0815 13:21:57.656797 18494 util.go:119] the server doesn't have a resource type egressfirewalls, skipping the inspection Gathering data for ns/openshift-console... W0815 13:22:47.445830 18494 util.go:119] the server doesn't have a resource type egressfirewalls, skipping the inspection Wrote inspect data to inspect.local.1717921133718357790. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.12.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7399 |