Bug 1729100
Summary: | [backport 4.1.z] relatedObjects in clusteroperator authentication references non-existent authentication-operator namespace | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Standa Laznicka <slaznick> |
Component: | apiserver-auth | Assignee: | Standa Laznicka <slaznick> |
Status: | CLOSED ERRATA | QA Contact: | Chuan Yu <chuyu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | aos-bugs, chuyu, evb, jupierce, lxia, mfojtik, nagrawal, scheng, slaznick, sponnaga, wsun |
Target Milestone: | --- | ||
Target Release: | 4.1.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | 4.1.8 | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1719417 | Environment: | |
Last Closed: | 2019-07-31 02:44:55 UTC | Type: | --- |
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: | 1719417 | ||
Bug Blocks: |
Comment 1
Standa Laznicka
2019-07-11 12:14:04 UTC
The fix is merged to 4.1.0-0.nightly-2019-07-24-051320 ,please check if we could verify it. Verified. # oc get co authentication NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE authentication 4.1.0-0.nightly-2019-07-24-051320 True False False 4m52s # oc get co authentication -o json |jq .status.relatedObjects [ { "group": "operator.openshift.io", "name": "cluster", "resource": "authentications" }, { "group": "config.openshift.io", "name": "cluster", "resource": "authentications" }, { "group": "config.openshift.io", "name": "cluster", "resource": "infrastructures" }, { "group": "config.openshift.io", "name": "cluster", "resource": "oauths" }, { "group": "", "name": "openshift-config", "resource": "namespaces" }, { "group": "", "name": "openshift-config-managed", "resource": "namespaces" }, { "group": "", "name": "openshift-authentication", "resource": "namespaces" }, { "group": "", "name": "openshift-authentication-operator", "resource": "namespaces" } ] 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, 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/RHBA-2019:1866 |