Hello all, I was trying to run metaflow tutorials ...
# ask-metaflow
g
Hello all, I was trying to run metaflow tutorials
05-hello-cloud/hello-cloud.py
against my on-premise k8s cluster. I ended up with the following error:
Copy code
Kubernetes error:
    The @kubernetes decorator requires --datastore=s3 or --datastore=azure or --datastore=gs at the moment.
I am sure that I have a minio instance up and running, but I am not sure how to configure. What should I do?
1
h
Did you setup your metaflow configs? Can you provide the command you are using to get the error?
g
@hundreds-rainbow-67050 Thanks for the pointers! I will try