Bug 1694819
| Summary: | cluster-authentication-operator logs have repeating warnings that look wrong | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> |
| Component: | apiserver-auth | Assignee: | Sally <somalley> |
| Status: | CLOSED ERRATA | QA Contact: | Chuan Yu <chuyu> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, evb, nagrawal, somalley |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:46:44 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: | |||
need to pull in latest crd-schema-gen-tool, this will fix: https://github.com/openshift/cluster-authentication-operator/pull/97 Verified. No such repeating messages now. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.1.0-0.nightly-2019-04-28-064010 True False 27h Cluster version is 4.1.0-0.nightly-2019-04-28-064010 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:0758 |
In operator logs: E0401 18:32:53.745970 1 resourcesync_controller.go:237] key failed with : Authentication.operator.openshift.io "cluster" is invalid: []: Invalid value: map[string]interface {}{"apiVersion":"operator.openshift.io/v1", "kind":"Authentication", "metadata":map[string]interface {}{"generation":1, "creationTimestamp":"2019-04-01T18:32:50Z", "resourceVersion":"7881", "name":"cluster", "uid":"8ddecbcb-54ac-11e9-b1bc-0afc0fed6e50"}, "spec":map[string]interface {}{"managementState":"Managed"}, "status":map[string]interface {}{"generations":interface {}(nil), "conditions":[]interface {}{map[string]interface {}{"lastTransitionTime":"2019-04-01T18:32:53Z", "type":"ResourceSyncControllerFailing", "status":"False"}}, "version":"", "readyReplicas":0}}: validation failure list: status.generations in body must be of type array: "null" Looks like a bug. Either way, no repeating message should be printed that doesn't have impact to an admin.