Bug 1716913
| Summary: | Kubelet metrics throw HTTP 500 after quorum restore procedure | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vadim Rutkovsky <vrutkovs> | |
| Component: | Node | Assignee: | Ryan Phillips <rphillips> | |
| Status: | CLOSED DUPLICATE | QA Contact: | Jianwei Hou <jhou> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.2.0 | CC: | aos-bugs, fbranczy, jokerman, mmccomas, sjenning | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1716914 (view as bug list) | Environment: | ||
| Last Closed: | 2019-06-04 17:35:31 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: | 1716914 | |||
|
Description
Vadim Rutkovsky
2019-06-04 11:59:09 UTC
Seems there is some duplication of containers when building up the kubelet_container_log_filesystem_used_bytes. It should probably ensure uniqueness at some level. https://github.com/kubernetes/kubernetes/pull/70749 Ryan identified https://github.com/kubernetes/kubernetes/pull/77426 This is fixed in OCP 4.2. Prometheus client-go was updated in Kubernetes 1.14.0 [1] which includes a race fix [2]. The required version of Prometheus client-go is 0.9.2 or better [3]. 1. https://github.com/kubernetes/kubernetes/pull/74248 2. https://github.com/prometheus/client_golang/pull/513 3. https://github.com/prometheus/client_golang/releases/tag/v0.9.2 *** This bug has been marked as a duplicate of bug 1712645 *** |