little-pizza-78379
03/07/2023, 4:53 PM# Default node selectors to use by K8S jobs created by Metaflow - foo=bar,baz=bab
KUBERNETES_NODE_SELECTOR = from_conf("KUBERNETES_NODE_SELECTOR", "")
Another question, what happens if there are no resources in the cluster at the moment? Will it wait until resources will be available or just fails?
Will queue work if I use Argo?
And last one, can I set priorities for jobs so Argo manages which job to start first?
Thanks!