Beginner question about Argo! Having some trouble ...
# ask-metaflow
a
Beginner question about Argo! Having some trouble with Argo on Azure Kubernetes Service. I deployed K8s with the Metaflow template. When I submit flow templates to argo with
argo-workflows create
Metaflow says everything is fine. Problem is that the templates don't appear on the Argo UI which I forwarded with the usual port forward script.
argo template list
does show these flows, in the
default
namespace (is this the same namespace Metaflow refers to when creating Argo flows, because there I see
production:myflow-0-tvwa
?). Any pointers? I also tried to trigger the flows with
argo-workflows trigger
. Metaflow happily submits this. Nothing on the Argo or Metaflow UI comes up.
argo list
does show the flows, in pending state. I'm thinkin either my pods don't have enough resources (8gb memory nodes) or metaflow and my argo cli are not talking to the same server as the UI.. but I shouldn't have any local instance that would mess things up.
1