-
Notifications
You must be signed in to change notification settings - Fork 61
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
kube-state-metrics is missing despite being deployed and running and shows in Prometheus #83
Comments
@yoyoraso, we need to examine the node-agent's log. Could you please restart it, wait a minute, and then provide the entire log here? |
@apetruhin, here it is |
Could you please ssh to the node and check for
|
@apetruhin I can't access the cluster nodes sadly :( |
The agent failed to locate Please exec into the node-agent pod and try to find the
The root filesystem should be accessible from a node-agent pod under |
@apetruhin |
@yoyoraso, could you please verify whether
|
Hi @apetruhin root@node-agent-ntkdw:/# ls -l /proc/1/root/var/vcap/sys/run/containerd/containerd.sock |
@yoyoraso, please provide details about your setup and instructions on how to run this type of Kubernetes environment to reproduce the issue. |
@apetruhin it is a basic k8s cluster made using vm tanzu let me know if you needed more information |
Hi, I have main coroot deployed in one cluster and working on add other clusters to this one by adding already deployed prometheus, kube-state-metrics already deployed on them and just deploying coroot-node-agent, but I can't see kube-state-metrics and service map
so I started investgating and found this fails on the coroot-node-agent pods "failed to get container metadata for pid 16843 -> /kubepods/burstable/pod6f222fb5-3d0e-425e-899c-e5495124a057/ea64d45c2a6338bb0f9aae2f05ec4a77e323915d25ed11b19cb2504cbf2113d0: failed to interact with dockerd (%!s()) or with containerd (%!s())"
kubernetes version : v1.25.16+vmware.1
OS: Ubuntu 22.04.4 LTS
kernal : 6.5.0-21-generic
container runtime : containerd://1.6.28
coroot node agent tag : 1.18.9
The text was updated successfully, but these errors were encountered: