feat(longhorn): auto-expand all volumes to 3 replicas via PostSync hook (jq query fix)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user