Skip to content

Commit cfb05df

Browse files
committed
docs: update runtime required doc to be more clear
1 parent 6edb574 commit cfb05df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/runtime_required.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ before the nodes that it targets are considered available for general use.
1919

2020
# Details
2121
## 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)
2424

2525
## What happens happens when a node is considered ready
2626
1. The runtime required taint is removed from the node if it exists.
2727

28-
2928
# 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

Comments
 (0)