mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
vault operator raft snapshot save fails against a standby Vault node with 'incomplete snapshot, unable to read SHA256SUMS.sealed file' - it must run directly against the active HA leader. The job was hardcoded to vault-0, which has been a standby since boot, so it had been failing on every run. Fixed to detect the actual leader at runtime via vault status is_self. Also suspended the CronJob: the upload step targets vps-minio.netbird.internal, unreachable from any pod in this cluster (same missing egress-route gap as tonight's CrowdSec/CNPG-backup fixes). The leader-detection fix is kept since it's correct and independent - just unsuspend once real egress routing exists. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>