Skip to content
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

Question: Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/docker-entrypoint.sh": stat /docker-entrypoint.sh: no such file or directory: unknown #15543

Open
Aditya1523 opened this issue Mar 21, 2024 · 2 comments
Assignees

Comments

@Aditya1523
Copy link

Question

When I am deploying vitess from Kubernetes, I am getting this error 'Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/docker-entrypoint.sh": stat /docker-entrypoint.sh: no such file or directory: unknown' I am using version:18.0.2
What should be wrong in this any suggestion?

@Aditya1523 Aditya1523 added Needs Triage This issue needs to be correctly labelled and triaged Type: Question labels Mar 21, 2024
@mattlord mattlord removed the Needs Triage This issue needs to be correctly labelled and triaged label Mar 21, 2024
@mattlord mattlord self-assigned this Mar 21, 2024
@mattlord
Copy link
Contributor

I have no idea what you did, what version of the vitess-operator you're using (should be v2.11 with Vitess v18), and what your vitess cluster spec was so I cannot say what the problems may be. Every k8s cluster is a bit of a snowflake and it's not possible to answer your question with the info provided.

That entrypoint script name is not used within Vitess but it is used in the operator for VTAdmin: https://github.com/planetscale/vitess-operator/blob/release-2.11/pkg/operator/vtadmin/deployment.go

And the MySQL images use it as well: https://github.com/mysql/mysql-docker/tree/main/mysql-server/8.0

This is the kind of thing that often requires a lot of back and forth so should really be brought up on the Vitess Slack: https://vitess.io/community/

@frouioui
Copy link
Member

It would be useful to share the commands you ran step by step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants