I'm playing around with running metaflow on argo-w...
# ask-metaflow
w
I'm playing around with running metaflow on argo-workflows for the first time ... but coming up against some errors
unschedulable: 0/3 nodes are available: 3 insufficient memory
displayed in the argo-workflows UI. The flow is the simple
BranchFlow
visible elsewhere in these threads. The pod that gets spawned on kubernetes by argo-flows seems to default to 1 CPU and 4G memory (see output from k9s below) ... I have tried to add
--with resources:cpu=1,memory=256
.. as part of the
argo-workflows create/trigger
commands, but these seem to be disregarded. The 3-node cluster is only at 3% CPU utilisation and 30% memory utilisation. What am I missing?
Copy code
NAME↑    PF   IMAGE                 READY    STATE     INIT       RESTARTS PROBES(L:R)     CPU   MEM   CPU/R:L   MEM/R:L
<http://quay.io/argoproj/argoexec:v3.4.4|quay.io/argoproj/argoexec:v3.4.4>    false    <none>    true              0 off:off           0     0       0:0       0:0
python:3.9                          false    <none>    false             0 off:off           0     0    1000:0    3906:0
<http://quay.io/argoproj/argoexec:v3.4.4|quay.io/argoproj/argoexec:v3.4.4>    false    <none>    false             0 off:off           0     0       0:0       0:0