feat(longhorn): auto-expand all volumes to 3 replicas via PostSync hook (jq query fix)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:03 -07:00
parent 31582b21c8
commit 6b5c193b82
2 changed files with 100 additions and 2 deletions
@@ -6,7 +6,9 @@ resources:
- longhorn-servicemonitor.yaml
- longhorn-taint-toleration.yaml
- longhorn-nodes.yaml
- expand-replicas-job.yaml
# Longhorn deployed via bootstrap script (cluster-config/longhorn_bootstrap.sh).
# These manifests configure it post-bootstrap: WFFC StorageClass (default),
# Prometheus ServiceMonitor, taint toleration for control-plane nodes, and
# explicit Node CRDs for cp-2/cp-3 (auto-discovery doesn't work with taints).
# Prometheus ServiceMonitor, taint toleration for control-plane nodes, explicit
# Node CRDs for cp-2/cp-3, and a PostSync hook Job that expands all existing
# volumes from 1→3 replicas (runs after nodes are Ready).