-
Notifications
You must be signed in to change notification settings - Fork 119
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
Kata container pod cannot start on v1.7.6 #449
Comments
Probably you need to ask in the Kata containers first (linking this issue). |
Created kata-containers issue #10143 |
I was having this issue as well. Do you have any mutating webhooks running? In my case, I was running k8tz, which injects an init container before the pod starts. The issue stopped when I configured the pod to bypass the webhook. Best I can tell, the mutated state of the pod itself was not the issue (I tested manually defining the pod to exactly how k8tz would want to mutate it to, and it worked fine), but perhaps something here doesn't work with the dynamic nature of mutating webhooks? |
Dang I have k8tz as well and didn't check to kill any validating/mutating webhooks. Thank you so much @zzachattack2 ! |
On the latest Talos v1.7.6 with the latest version of the kata-containers extension installed, when applying the example Pod and RuntimeClass, the container fails with the status:
Error: failed to create containerd task: failed to create shim task: File exists (os error 17): unknown
.Relevant excerpts seem to be:
Full
talosctl logs syslogd
on the host:I'm using the default configuration for Kata. Any tips for fixing this?
Thanks!
The text was updated successfully, but these errors were encountered: