Estimated time: 15-30 minutes Use this when all Redis data pods are gone but the PVCs still exist. The operator should recreate pods and reattach existing PVCs.
Symptoms
- No data pods exist for the cluster.
- PVCs named
<cluster>-data-<index>still exist. RedisClusteris degraded or stuck in non-healthy phase.
Prerequisites
- Operator deployment is running.
- PVCs for the cluster are intact.
- Shell variables:
Diagnosis
Recovery Steps
If pods are not recreated within ~60 seconds, check operator logs/events
Verification
- Data pods are recreated to match
spec.instances. - Pods are attached to existing
<cluster>-data-<index>PVCs. status.currentPrimaryis set and reachable.- Cluster returns to
Healthy.
Escalation
- If PVCs are missing or failed to bind, escalate to storage/platform team.
- If pods recreate but Redis cannot start from PVC data, move to PVC Corruption for per-replica recovery.
- If no primary becomes available, follow Manual Failover.