Skip to content

Commit a5ab64d

Browse files
stuggiclaude
andcommitted
[b/r] Improve restore flowchart: consistent colors and legend
Use consistent colors for restore workflow steps: - Light blue: OADP Velero restore steps (orders 00-40, 60) - Light orange: Manual steps (DB restore, RabbitMQ, resume, EDPM) - Blue: Wait conditions - Green: Ready status Add a legend subgraph to the flowchart. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9a41903 commit a5ab64d

1 file changed

Lines changed: 26 additions & 6 deletions

File tree

docs/dev/backup-restore/backup-restore-controller-design.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -733,15 +733,35 @@ flowchart TD
733733
EDPMDeploy --> EnableIHA[Post-Restore: Re-enable InstanceHa<br/>spec.disabled: False]
734734
EnableIHA --> End([Restore Complete])
735735
736-
style PreReq fill:#FFA07A
737-
style InfraReady fill:#90EE90
738-
style ServicesReady fill:#90EE90
739-
style RestoreCtlPlane fill:#FFE4B5
736+
subgraph Legend
737+
direction LR
738+
L1[OADP Velero Restore]
739+
L2[Manual Step]
740+
L3[Wait Condition]
741+
L4[Ready Status]
742+
style L1 fill:#E1F5FE
743+
style L2 fill:#FFE4B5
744+
style L3 fill:#87CEEB
745+
style L4 fill:#90EE90
746+
end
747+
748+
style RestorePVC fill:#E1F5FE
749+
style RestoreFoundation fill:#E1F5FE
750+
style RestoreInfra fill:#E1F5FE
751+
style RestoreCtlPlane fill:#E1F5FE
752+
style RestoreBackupConfig fill:#E1F5FE
753+
style RestoreDP fill:#E1F5FE
754+
style RestorePreReq fill:#FFE4B5
755+
style RestoreDB fill:#FFE4B5
756+
style RestoreRabbitMQ fill:#FFE4B5
740757
style Resume fill:#FFE4B5
758+
style EDPMDeploy fill:#FFE4B5
759+
style EnableIHA fill:#FFE4B5
760+
style PreReq fill:#FFA07A
741761
style WaitInfra fill:#87CEEB
742762
style WaitServices fill:#87CEEB
743-
style EDPMDeploy fill:#E8F5E9
744-
style EnableIHA fill:#E8F5E9
763+
style InfraReady fill:#90EE90
764+
style ServicesReady fill:#90EE90
745765
```
746766

747767
**Key Points:**

0 commit comments

Comments
 (0)