-
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
Argo getting started fails with Kind #2376
Comments
Would changing your Workflow executor help here? |
OK, I:
with this
And it worked OK. Would it make sense to add these instructions to the Getting Started Guide? I couldn't find anything about this on |
Feel free to update that document for executor selection. |
Closing this, feel free to open a PR with the changes. |
@nicks https://github.com/argoproj/argo/blob/master/examples/retry-container-to-completion.yaml does not work for me using that executor on Kind. Were you able to use it with Kind with no issues ? |
I haven't tried that one, so I can't speak to whether/how it would work, sorry! |
Installing argo with the default instructions will result in the examples not working in a kind cluster. The workaround can be found here: argoproj#2376
Checklist:
What happened:
I'm trying Argo for the first time with Kind v0.7. The Hello World example in the "getting started" guide hangs indefinitely
https://github.com/argoproj/argo/blob/master/docs/getting-started.md
How to reproduce it (as minimally and precisely as possible):
Here are the commands I'm running:
The job never completes. Here's the output of
kubectl describe pods
Anything else we need to know?:
As far as I can tell, Argo is trying to mount a Docker socket. This obviously doesn't work on Kind, because it uses a containerd runtime. Is Argo not expected to work on containerd? What should I be doing instead?
Environment:
Message from the maintainers:
If you are impacted by this bug please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: