Hello again, I am trying to run a flow on my kubernetes cluster. I have setup the config file using "metaflow configure kubernetes" but launching a flow with --with kubernetes raises the following error:
python flow.py run --with kubernetes
Metaflow 2.7.14 executing WineClassificationPOC for user:username
Validating your flow...
The graph looks good!
Running pylint...
Pylint is happy!
Kubernetes error:
The @kubernetes decorator requires --datastore=s3 or --datastore=azure at the moment.