Skip to content

Commit

Permalink
Test pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
typeid committed Sep 4, 2023
1 parent feabc24 commit 24310d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/images/machine-health-check/mhc.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repeat
:Watch MHCs;
:Find unhealthy targets: Need remediation or going towards timeout;
repeat while (unhealthyTargets > maxUnhealthy) is (yes)
-> no;
-> yes;
repeat while (API server machine deletion requests for machines that need remediation) is (requeue with minTime to timeout delay)

-[#blue,dashed]-> Out of band;
Expand Down

0 comments on commit 24310d8

Please sign in to comment.