-
Notifications
You must be signed in to change notification settings - Fork 460
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
Return an empty LogPath from crictl inspect #1078
Comments
what version of crictl and what CRI server are you using? |
crictl version v1.25.0 some nodes are cri-o and some docker |
is it the mirantis cri-dockerd ? I don't know if anyone here is very familiar with it, it may be worth opening an issue in their repo |
I'am using dockershim as runtime endpoint crictl |
hm, the dockershim support was dropped in 1.24, so I think either you need to move to cri-dockerd, or totally to cri-o (as a cri-o dev, my preference is the latter 😄 ) |
Hi. The log of my container actually exists in |
it's up to the cri server to populate that information. crictl just relays what it gets from the container status call |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/close This sounds like the dockershim issue that is not supported any longer. Just checked on containerd - |
@SergeyKanzhelev: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi all.
My problem is that, after i execute below command for getting container inspect information, the Log Path field in JSON output is None and i don't know why
would you please help me figure this out.
The text was updated successfully, but these errors were encountered: