File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "Comment" : " A open source module to taint/drain eks worker nodes gracefully" ,
3- "StartAt" : " Put and node to standby" ,
3+ "StartAt" : " Put node to standby" ,
44 "States" : {
5- "Put and node to standby" : {
6- "Comment" : " Putting and worker node to standby" ,
5+ "Put node to standby" : {
6+ "Comment" : " Putting worker node to standby" ,
77 "Type" : " Task" ,
88 "Resource" : " ${put-nodes-to-standby-lambda-arn}" ,
99 "Next" : " taint the node"
1010 },
1111 "taint the node" : {
12- "Comment" : " Putting a taint on the standby node" ,
12+ "Comment" : " Putting a unschedulable taint on the standby node" ,
1313 "Type" : " Task" ,
1414 "Resource" : " ${taint-nodes-lambda-arn}" ,
1515 "Next" : " Wait 100 sec"
1616 },
1717 "Wait 100 sec" : {
18- "Comment" : " A Wait state delays the state machine from continuing for a specified time. " ,
18+ "Comment" : " Putting a wait for 100 seconds " ,
1919 "Type" : " Wait" ,
2020 "Seconds" : 100 ,
2121 "Next" : " Check for pods"
2222 },
2323 "Check for pods" : {
24- "Comment" : " Checking for Running pods" ,
24+ "Comment" : " Checking for Running pods based on the label selector " ,
2525 "Type" : " Task" ,
2626 "Resource" : " ${check-nodes-forrunning-pods-lambda-arn}" ,
2727 "Next" : " All active pods gone?"
You can’t perform that action at this time.
0 commit comments