Bug 1668057
Summary: | create cluster produces an error that should be a warning | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Eric Jones <erjones> |
Component: | Installer | Assignee: | Alex Crawford <crawford> |
Installer sub component: | openshift-installer | QA Contact: | Johnny Liu <jialiu> |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
Severity: | low | ||
Priority: | unspecified | CC: | cshereme, wking |
Version: | 4.1.0 | ||
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-03-01 18:31:54 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: | 1664187 |
Description
Eric Jones
2019-01-21 20:03:38 UTC
> ERROR: logging before flag.Parse: E0118 16:44:16.504437 16253 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=3, ErrCode=NO_ERROR, debug=""
This is coming out of our vendored Kubernetes libraries, which use glog while our installer code uses logrus. I hear that we can address it by bumping our vendored libraries (and possibly tweaking some log setting) now that 1.12 is fair game.
The glog output has been surpressed since [1], so this should be fixed. [1]: https://github.com/openshift/installer/pull/1181 v0.12.0 |