forked from kubernetes/enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#101 from enxebre/mhc-diagram
Add machine health check diagram
- Loading branch information
Showing
4 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@startuml | ||
start; | ||
:Machine Health Check controller; | ||
repeat | ||
repeat | ||
:Watch MHCs; | ||
:Find unhealthy targets: Need remediation or going towards timeout; | ||
repeat while (unhealthyTargets > maxUnhealthy) is (yes) | ||
-> no; | ||
repeat while (API server machine deletion requests for machines that need remediation) is (requeue with minTime to timeout delay) | ||
|
||
-[#blue,dashed]-> Out of band; | ||
#LightBlue:The machine owner controller watches deletion timestamp. | ||
Reconciles towards desired number of replicas. | ||
The process to create a new machine/node starts; | ||
#LightBlue:The machine controller drains the unhealthy node; | ||
#LightBlue:The machine controller provider deletes the unhealthy instance; | ||
#LightBlue:The machine controller removes the unhealthy machine finalizer; | ||
#LightBlue:The API server removes the unhealthy machine resource; | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.