Latest Version: 2.3
Release Date: 2026-07-29
Free Trial: 30 Days
Download installation packages for Linux systems
Pull the Docker image from the registry
docker pull wyflow/mapfs:2.3
Install the CSI driver via Helm, then configure a storage backend with Kubernetes manifests
helm install mapfs-csi oci://registry-1.docker.io/wyflow/mapfs-csi-chart --version 2.3 \ --set license.email=you@example.com \ --set license.token=<token-from-mapfs-portal>
On AWS EKS with Graviton (arm64) nodes, also add --set nodeSelector."kubernetes\.io/arch"=arm64.
tar xzf mapfs-csi-manifests-2.3.tar.gz && cd mapfs-csi-manifests # fill in cloud/bucket in storageclass.yaml, then: kubectl create secret generic mapfs-cloud-creds -n kube-system \ --from-literal=access_key=<AccessKeyID> --from-literal=secret_key=<SecretAccessKey> kubectl apply -f storageclass.yaml
kubectl and helm (v3+) accessSee the full deployment guide for details, upgrades, and other cloud backends (Azure, MinIO, S3-compatible).