Add garage 0.9.3 community pack (S3-compatible object store)#269
Open
3pings wants to merge 1 commit into
Open
Conversation
Garage is a lightweight, S3-compatible distributed object store aimed at self-hosted, geo-distributed deployments. Packages the upstream Helm chart 0.9.3 (app v2.3.0) with Kubernetes-based peer discovery enabled. The README documents the manual layout assignment required post-install -- a Garage cluster has zero usable capacity and rejects all S3 operations until `layout assign` and `layout apply` are run against each node. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a community pack for Garage, a lightweight S3-compatible distributed object store from Deuxfleurs.
Garage targets self-hosted, geo-distributed deployments on commodity hardware — it tolerates high-latency links between nodes and needs no dedicated storage network, which makes it a reasonable fit for edge clusters and small on-prem footprints where Ceph or MinIO would be heavier than warranted.
Contents
0.9.3(appv2.3.0), committed both packaged and unpacked per repo conventionpack.json—system app/ addon layer,cloudTypes: all, community contributor annotationvalues.yaml— deploys to thegaragenamespace, 3-replica StatefulSet, Kubernetes-based peer discovery (no bootstrap peer list needed)README.md— pack-oriented docs: prerequisites, curated parameter table, storage sizing, usage, post-install, monitoring, uninstallNotes for reviewers
garage layout assignandgarage layout applyare run against each node. This is upstream behavior, not a packaging gap — the README calls it out up front with the full command sequence.100Midefault volumes are upstream placeholders and are not usable for real workloads. Since StatefulSetvolumeClaimTemplatesare immutable, getting this wrong means an orphan-and-recreate to fix, so the README flags both sizes as must-change rather than optional.garagenodes.deuxfleurs.frCRD and a ClusterRole for peer discovery.garage.kubernetesSkipCrdis documented as the escape hatch for namespace-restricted tenants.One thing worth a smoke test: the chart does not override the container entrypoint, so the README uses the upstream cookbook's
./garageinvocation form forkubectl exec. I verified this against upstream docs rather than against a running pod.🤖 Generated with Claude Code