Guys, hello! Sorry for that stupid question, but ...
# ask-metaflow
b
Guys, hello! Sorry for that stupid question, but I'm launching this command:
python3 main_freight.py run --config configs/freight.json --with kubernetes
But I got
The @kubernetes decorator requires --datastore=s3 or --datastore=azure or --datastore=gs at the moment.
What steps I missed before launching this command? I didn't find any clear explanation, how to resolve it. Thank you!
1
c
I think that
METAFLOW_DEFAULT_DATASTORE
might be the parameter you need to set (either in env or in config)
Or, presumably adding it as a flag to your run command
--datastore=s3
b
I think that
METAFLOW_DEFAULT_DATASTORE
might be the parameter you need to set (either in env or in config)
Thanks! Let my try this.
d
Both suggestions should work. You probably need a few other configuration options to configure it fully too.