quick start: -dir=./data for the bare binary, region for s3tables
-dir=/data fails on macOS and on Linux without root; the Docker line
keeps /data since the image owns it. The s3tables CLI refuses to run
without a region, so the lakehouse recipe passes one.
Claude-Session: https://claude.ai/code/session_014apMEkkquAtAYp89paTkAT
Helm recipes: filer metadata on a claim through filer.data
enablePVC is ignored once filer.data is set, which the chart's defaults
always do, so the recipes rendered a hostPath for the filer store.
Claims now use the cluster default storage class instead of local-path.
Claude-Session: https://claude.ai/code/session_014apMEkkquAtAYp89paTkAT
add Blob Store Architecture and Helm Chart Recipes
Blob Store Architecture takes the master and volume server walkthrough
that used to live in the README: assign, write, read, replication and
data center placement, then how the master tracks volumes instead of
files, and the disk notes.
Helm Chart Recipes gives copy-paste values files for a three-node S3
cluster, a development cluster, a lakehouse with the Iceberg catalog
exposed, filer metadata on PostgreSQL, and node-local disks. Every
recipe renders against the current chart.
Claude-Session: https://claude.ai/code/session_014apMEkkquAtAYp89paTkAT