Bug 1454858
Summary: | [paid][free][online-int][starter-us-east-1] Registry liveness probe failures for http2: no cached connection was available | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Mike Fiedler <mifiedle> | |
Component: | Node | Assignee: | Seth Jennings <sjenning> | |
Status: | CLOSED ERRATA | QA Contact: | Mike Fiedler <mifiedle> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.6.0 | CC: | abhgupta, aos-bugs, dakini, eparis, filip.vanraemdonck, jokerman, jrosenta, mifiedle, mjahangi, mmccomas, rhowe, sjenning, tparsons, vlaad | |
Target Milestone: | --- | |||
Target Release: | 3.7.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: |
undefined
|
Story Points: | --- | |
Clone Of: | ||||
: | 1608360 1633769 (view as bug list) | Environment: | ||
Last Closed: | 2017-11-28 21:56:17 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: | 1608360, 1633769 |
Description
Mike Fiedler
2017-05-23 15:09:45 UTC
This should be fixed in the move to go 1.8 per https://github.com/golang/go/commit/7a622740655bb5fcbd160eb96887032314842e6e As a result, this should resolve when move to kube 1.7. I'm seeing this frequently in prod, on starter-us-east-1 too. It happens each time I deploy the router or registry pods. *** Bug 1466035 has been marked as a duplicate of this bug. *** Could you help verify the bug? thanks There is no online environment available with 3.7 on it yet. Moving to POST since it is fixed upstream. This does not appear to be fixed in Go 1.8. Furthermore, the linked commit is also included in Go 1.7. $ oc version oc v3.7.0-0.127.0 kubernetes v1.7.0+80709908fd features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://master.lab.variantweb.net:8443 openshift v3.7.0-0.127.0 kubernetes v1.7.0+80709908fd $ oc get events LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT TYPE REASON SOURCE MESSAGE 1h 17h 31 docker-registry-1-rn2c6 Pod spec.containers{registry} Warning Unhealthy kubelet, infra.lab.variantweb.net Liveness probe failed: Get https://10.128.0.4:5000/healthz: http2: no cached connection was available 26m 17h 48 docker-registry-1-rn2c6 Pod spec.containers{registry} Warning Unhealthy kubelet, infra.lab.variantweb.net Readiness probe failed: Get https://10.128.0.4:5000/healthz: http2: no cached connection was available Upstream kube issue: https://github.com/kubernetes/kubernetes/issues/49740 Kube PR: https://github.com/kubernetes/kubernetes/pull/53318 Origin PR: https://github.com/openshift/origin/pull/16633 Verfied on 3.7.0-0.188.0. During registry stress testing with 250 and 500 concurrent builds, the message is no longer seen. 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/RHSA-2017:3188 |