Hi, I wonder how can I integrate a local drive to ...
# ask-the-community
a
Hi, I wonder how can I integrate a local drive to use directly from flyte (sandbox), instead of using s3 ?
d
Hey Andreas Is this local drive S3 compatible?
I mean, using
minio
or similar
a
currently it is a simple ext4 or nfs network share
d
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)
a
I'll have a look at it
thank you
k
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