@@ -139,7 +139,7 @@ happens before the scheduler actually binds the Pod to the Node, and it exists
139
139
to prevent race conditions while the scheduler waits for the bind to succeed.
140
140
141
141
This is the last step in a scheduling cycle. Once a Pod is in the reserved
142
- state, it will either trigger [ Un-reserve ] ( #un-reserve ) plugins (on failure) or
142
+ state, it will either trigger [ Unreserve ] ( #unreserve ) plugins (on failure) or
143
143
[ Post-bind] ( #post-bind ) plugins (on success) at the end of the binding cycle.
144
144
145
145
* Note: This concept used to be referred to as "assume".*
@@ -154,13 +154,13 @@ can do one of three things.
154
154
155
155
1 . ** deny** \
156
156
If any permit plugin denies a Pod, it is returned to the scheduling queue.
157
- This will trigger [ Un-reserve ] ( #un-reserve ) plugins.
157
+ This will trigger [ Unreserve ] ( #unreserve ) plugins.
158
158
159
159
1 . ** wait** (with a timeout) \
160
160
If a permit plugin returns "wait", then the Pod is kept in the permit phase
161
161
until a [ plugin approves it] ( #frameworkhandle ) . If a timeout occurs, ** wait**
162
162
becomes ** deny** and the Pod is returned to the scheduling queue, triggering
163
- [ un-reserve ] ( #un-reserve ) plugins.
163
+ [ Unreserve ] ( #unreserve ) plugins.
164
164
165
165
** Approving a Pod binding**
166
166
@@ -175,7 +175,7 @@ These plugins are used to perform any work required before a Pod is bound. For
175
175
example, a pre-bind plugin may provision a network volume and mount it on the
176
176
target node before allowing the Pod to run there.
177
177
178
- If any pre-bind plugin returns an error, the Pod is [ rejected] ( #un-reserve ) and
178
+ If any pre-bind plugin returns an error, the Pod is [ rejected] ( #unreserve ) and
179
179
returned to the scheduling queue.
180
180
181
181
### Bind
0 commit comments