-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cannot connect to the Docker daemon at unix:///var/run/docker.sock #1216
Comments
Argo attempts to mount the Docker socket from the host node into the The code has a comment that explains the reasoning for this. |
Thanks for replying. I guess kubectl cp works better in our case as the only guarantee is that kubernetes worker node will have a container runtime engine. |
Are there any plans to support other container runtimes, such as containerd? |
I am facing the same issue when deploying to IBM cloud. Is there a way to solve this? |
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
I am running Argo on a kubernetes platform that is using containerd instead of Docker and the example https://github.com/argoproj/argo/blob/master/examples/artifact-passing.yaml fails with
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
message.What you expected to happen:
Successful running of https://github.com/argoproj/argo/blob/master/examples/artifact-passing.yaml
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: