New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing network metrics from cadvisor after some time #23492
Comments
|
Started an extra cadvisor process with root privileges in parallel at the same time, when I noticed that metrics disappear. Steps to Reproduce
Temporary Bugfix
Is there some process, that cadvisor will loss information about running containers? |
|
Related Ticket in Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1646886 |
|
@sjenning |
|
@Reamer the process is somewhat complicated unfortunately. Things have to be done in different repos in different versions in a particular order. I'll move it along as quickly as process allows 🤞 Thanks for the offer though! |
|
Hello! How to apply this fix on OKD 3.11? As i understand the cadvisor is integrated into Kubelet. I tried to search for any package update but found none. I'm not sure but it seems to me that this process is implemented by the origin-node container. Should i just update the origin-node container's image? My cluster was deployed by ansible playbook. @sjenning Can you clarify it, please? |
Hi,
I'm using okd 3.11 with cri-o. After some uptime of origin-node, cadvisor doesn't report all network metrics (e.g.
container_network_transmit_packets_total).Version
I've build own RPMs for Origin and installed this RPM yesterday (25.07.2019) without any changes from branch
release-3.11. My hope was a possible fix.Steps To Reproduce
curl -s -k -H "Authorization: Bearer [My-Token]" https://10.20.15.42:10250/metrics/cadvisor | grep container_network_transmit_packets_total | grep namespace=\"thanos\"curl -s -k -H "Authorization: Bearer [My-Token]" https://10.20.15.42:10250/metrics/cadvisor | grep container_network_transmit_packets_total | grep namespace=\"thanos\"Current Result
After some hours network metrics disappear for interface eth0

Expected Result
Stable network metrics from cadvisor.
The text was updated successfully, but these errors were encountered: