Helm Chart Recipes
Chris Lu edited this page 2026-09-03 00:14:53 -07:00
Clone

Wiki Page Revisions

3 Commits

Author SHA1 Message Date
Chris Lu c182f792fd 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
2026-09-03 00:14:53 -07:00
Chris Lu 1677e11d32 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
2026-09-02 23:55:19 -07:00
Chris Lu 5eb8ff8c1a 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
2026-09-02 23:12:55 -07:00