Run a simple Argo workflow

Hey! I’ve been working on the opendata workshop of 2021 and I seem to be getting an error.
I’ve successfully gone through every step until this command:

*argo list -n argo*

The status continues to be on running no matter how long I wait. I’ve rechecked, recreated and rerun everything and nothing seems to work. Any thoughts?

Hello,
There are a lot of reasons why this could go wrong. My guess is that there is either an issue with the provisioning of the storage you’re requesting or the pulling of the image. You can get more information by running:

kubectl -n argo describe pod test-hostpath-c47bb

or

kubectl -n argo describe pod test-hostpath-c47bb/main

Cheers,
Clemens

1 Like