Hi, I wonder how can I integrate a local drive to ...
# flyte-support
b
Hi, I wonder how can I integrate a local drive to use directly from flyte (sandbox), instead of using s3 ?
a
Hey Andreas Is this local drive S3 compatible?
I mean, using
minio
or similar
b
currently it is a simple ext4 or nfs network share
a
well, there is this tutorial that bootstraps Flyte on a single K8s node (this one running on a VM on local storage) https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/on-premises/single-node/002-single-node-onprem-install.md I tried using an NFS share to do multi-node but it turns out that running
minio
on top of distributed shares is not supported (real risk of data corruption)
b
I'll have a look at it
thank you
f
this is awesome, so ideally you can use local store for everything
and i would love this to be the case for a raspberrypi and other edge deployments