Bug 1366367
Summary: | Heapster "Failed to find node" warning and verbose logging | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matt Wringe <mwringe> |
Component: | Hawkular | Assignee: | Matt Wringe <mwringe> |
Status: | CLOSED ERRATA | QA Contact: | chunchen <chunchen> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.2.1 | CC: | aos-bugs, chunchen, tdawson, wsun |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, heapster incorrectly generated error messages indicating that it "Failed to find node". We have corrected this error ensuring that erroneous warnings are generated.
|
Story Points: | --- |
Clone Of: | 1366365 | Environment: | |
Last Closed: | 2016-09-12 17:36:14 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: | 1366365 | ||
Bug Blocks: |
Description
Matt Wringe
2016-08-11 18:47:58 UTC
This is fixed for openshift 3.2 in rpm heapster-1.1.0-1.beta2.el7.1 That rpm is in image openshift3/metrics-heapster:3.2.1-3 and newer. It's fixed, checked with the latest metrics images, please refer to the below testing results: <----------snip---------> The endpoint check has successfully completed. Starting Heapster with the following arguments: --source=kubernetes:https://ec2-52-90-81-201.compute-1.amazonaws.com:443?useServiceAccount=true&kubeletHttps=true&kubeletPort=10250 --sink=hawkular:https://hawkular-metrics:443?tenant=_system&labelToTenant=pod_namespace&labelNodeId=nodename&caCert=/hawkular-cert/hawkular-metrics-ca.certificate&user=hawkular&pass=6qmPC5CqtnKs-2B&filter=label(container_name:^system.slice.*|^user.slice) --tls_cert=/secrets/heapster.cert --tls_key=/secrets/heapster.key --tls_client_ca=/secrets/heapster.client-ca --allowed_users=system:master-proxy --metric_resolution=10s I0811 23:58:42.672825 1 heapster.go:65] heapster --source=kubernetes:https://ec2-52-90-81-201.compute-1.amazonaws.com:443?useServiceAccount=true&kubeletHttps=true&kubeletPort=10250 --sink=hawkular:https://hawkular-metrics:443?tenant=_system&labelToTenant=pod_namespace&labelNodeId=nodename&caCert=/hawkular-cert/hawkular-metrics-ca.certificate&user=hawkular&pass=6qmPC5CqtnKs-2B&filter=label(container_name:^system.slice.*|^user.slice) --tls_cert=/secrets/heapster.cert --tls_key=/secrets/heapster.key --tls_client_ca=/secrets/heapster.client-ca --allowed_users=system:master-proxy --metric_resolution=10s I0811 23:58:42.673766 1 heapster.go:66] Heapster version 1.1.0-beta2 I0811 23:58:42.674124 1 configs.go:60] Using Kubernetes client with master "https://ec2-52-90-81-201.compute-1.amazonaws.com:443" and version "v1" I0811 23:58:42.674161 1 configs.go:61] Using kubelet port 10250 I0811 23:58:42.743252 1 driver.go:322] Initialised Hawkular Sink with parameters {_system https://hawkular-metrics:443?tenant=_system&labelToTenant=pod_namespace&labelNodeId=nodename&caCert=/hawkular-cert/hawkular-metrics-ca.certificate&user=hawkular&pass=6qmPC5CqtnKs-2B&filter=label(container_name:^system.slice.*|^user.slice) 0xc20817b0e0 5} I0811 23:58:43.443283 1 heapster.go:92] Starting with Hawkular-Metrics Sink I0811 23:58:43.443306 1 heapster.go:92] Starting with Metric Sink I0811 23:58:43.454821 1 heapster.go:171] Starting heapster on port 8082 W0812 00:47:56.641961 1 manager.go:119] Failed to push data to sink: Hawkular-Metrics Sink 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-2016:1853 |