Understanding the v1alpha1 hard CRD limits (single database, single shard): roadmap & recommended patterns #538
tz-torchai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team, thanks for Multigres and for how cleanly the operator is put together.
I'm evaluating multigres-operator for a GitOps-managed IPV6-only cluster, and I'd like to understand two v1alpha1 constraints and their trajectory:
api/v1alpha1/multigrescluster_types.go:90-91:multigrescluster_types.go:360-362:I understand the project is pre-production and these are deliberate guardrails (the multi-shard scaffolding, e.g. Shards MaxItems=32, per-shard pgBackRest repos, is already there). My questions:
These two limits are the specific gating factors for adopting Multigres in our fleet, so I'm keen to understand whether they're on the near-term roadmap. I couldn't find an existing issue tracking them, would you be open to a tracking issue (happy to open one). We'd gladly contribute evaluation feedback: HA/failover, IPv6-only bind behavior etc.
All reactions