Hi, Anyone knows the syntax for config `METAFLOW_K...
# ask-metaflow
h
Hi, Anyone knows the syntax for config
METAFLOW_KUBERNETES_NODE_SELECTOR
?
Copy code
❯ python Flow.py --no-pylint --datastore=s3 --environment=conda run --with kubernetes
Metaflow 2.12.8 executing BelModelFlow for user:sln
    Kubernetes error:
    Unable to parse kubernetes list: ['alpha.eksctl.io/nodegroup-name: metaflow-training-jobs']
Config json:
Copy code
❯ cat ~/.metaflowconfig/config.json     
{
  ......
  "METAFLOW_KUBERNETES_NODE_SELECTOR": "alpha.eksctl.io/nodegroup-name: metaflow-training-jobs"
}
f
Something like this
<http://kubernetes.io/os=linux|kubernetes.io/os=linux>
Although this is complaining about list. I wonder if
: the reason for it
.
h
Thanks @fast-vr-44972