You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/runtime_required.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,13 @@ before the nodes that it targets are considered available for general use.
19
19
20
20
# Details
21
21
## When is a node considered ready
22
-
When all of the following conditions are true per node:
23
-
1. All SCRs with `runtimeRequired: true` are complete
22
+
When all of the following is true per node:
23
+
1. All SCRs with `runtimeRequired: true` are complete (ie complete on all nodes)
24
24
25
25
## What happens happens when a node is considered ready
26
26
1. The runtime required taint is removed from the node if it exists.
27
27
28
-
29
28
# Why would you use runtime required
30
-
This is useful when you want to gate other work behind the successful completion of some set of Skyhook Packages. This can be for security reasons or for scheduling.
29
+
This is useful when you want to gate other work behind the successful completion of some set of Skyhook Packages. This can be for security reasons or for scheduling.
30
+
31
+
**NOTE:** No additional toleration is required, skyhook auto tolerates this (env:`runtimeRequiredTaint`) taint.
0 commit comments