-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cadvisor init failure in kubernetes #195
Comments
Is your k8s cluster a real cluster? Or a minikube version? |
I can't find an environment exactly like yours to reproduce the problem in the short term. |
|
我把docker的运行数据的目录改了,不在/var/ 下面,是不是这个引起的
|
Is the original value of data-root '/var/lib/docker' ? volumes:
...
- name: docker
hostPath:
path: /var/lib/docker
... to volumes:
...
- name: docker
hostPath:
path: /data/docker
... |
change readOnly to false, run successfully
|
The If you would like to explore the root cause of this issue, and contribute a corresponding solution, then this is quite welcome. |
dragonTour is not alone. I'm seeing this same issue in EKS 1.24 which uses containerd runtime.
|
Describe this problem
cadvisor's pod failed to run
Viewing pod(cadvisor-kpxbl) logs:
Steps to reproduce
kubernetes version:1.23
docker version: 20.10.6
linux kernal: 4.18.0-1.el7.elrepo.x86_64
Expected behavior
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: