Bug 1749690 - [4.1.11] [Possible regression] "server returned HTTP status 500 Internal Server Error" for some kubelet endpoints
Summary: [4.1.11] [Possible regression] "server returned HTTP status 500 Internal Serv...
Keywords:
Status: CLOSED DUPLICATE of bug 1748073
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node
Version: 4.1.z
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Seth Jennings
QA Contact: Sunil Choudhary
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-09-06 08:55 UTC by David Caldwell
Modified: 2023-09-07 20:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-09-06 13:27:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Caldwell 2019-09-06 08:55:27 UTC
Description of problem:

This issue has the same symptoms as those described in https://bugzilla.redhat.com/show_bug.cgi?id=1731827 which was released as an errata fix.


Version-Release number of selected component (if applicable):

4.1.11


How reproducible:

Not exactly sure how to reproduce -

1. Install OpenShift 4.1.11. 
2. Wait a while.
3. View endpoints in GUI and try to curl endpoints.


Actual results:

500 internal server error in GUI (see private screenshot).

Also when curling endpoint:

➜  ~ curl -k -H "Authorization: Bearer $(oc sa get-token prometheus-k8s -n openshift-monitoring)"  https://172.31.63.40:10250/metrics
An error has occurred during metrics collection:

3 error(s) occurred:
* collected metric kubelet_container_log_filesystem_used_bytes label:<name:"container" value:"etcd-metrics" > label:<name:"namespace" value:"openshift-etcd" > label:<name:"pod" value:"etcd-member-control-plane-0.sandbox.redacted.com" > label:<name:"uid" value:"cfadc2d331e5127585aa2bbeff5e1f5d" > gauge:<value:4096 >  was collected before with the same name and label values
* collected metric kubelet_container_log_filesystem_used_bytes label:<name:"container" value:"dns" > label:<name:"namespace" value:"openshift-dns" > label:<name:"pod" value:"dns-default-ck872" > label:<name:"uid" value:"bfb3c3eb-ca74-11e9-8efb-0050569b68ae" > gauge:<value:8192 >  was collected before with the same name and label values
* collected metric kubelet_container_log_filesystem_used_bytes label:<name:"container" value:"openshift-apiserver" > label:<name:"namespace" value:"openshift-apiserver" > label:<name:"pod" value:"apiserver-l57n6" > label:<name:"uid" value:"55c03e12-cb27-11e9-aa4b-0050569b5be3" > gauge:<value:901120 >  was collected before with the same name and label values


Expected results:

Endpoints should be up and available.


Additional info:

Comment 3 Seth Jennings 2019-09-06 13:27:22 UTC

*** This bug has been marked as a duplicate of bug 1748073 ***


Note You need to log in before you can comment on or make changes to this bug.