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 1
1
{
2
2
"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" ,
4
4
"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" ,
7
7
"Type" : " Task" ,
8
8
"Resource" : " ${put-nodes-to-standby-lambda-arn}" ,
9
9
"Next" : " taint the node"
10
10
},
11
11
"taint the node" : {
12
- "Comment" : " Putting a taint on the standby node" ,
12
+ "Comment" : " Putting a unschedulable taint on the standby node" ,
13
13
"Type" : " Task" ,
14
14
"Resource" : " ${taint-nodes-lambda-arn}" ,
15
15
"Next" : " Wait 100 sec"
16
16
},
17
17
"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 " ,
19
19
"Type" : " Wait" ,
20
20
"Seconds" : 100 ,
21
21
"Next" : " Check for pods"
22
22
},
23
23
"Check for pods" : {
24
- "Comment" : " Checking for Running pods" ,
24
+ "Comment" : " Checking for Running pods based on the label selector " ,
25
25
"Type" : " Task" ,
26
26
"Resource" : " ${check-nodes-forrunning-pods-lambda-arn}" ,
27
27
"Next" : " All active pods gone?"
You can’t perform that action at this time.
0 commit comments