Skip to content

Commit d8adaa4

Browse files
houjun41544k8s-ci-robot
authored andcommitted
Fix error links (#16278)
1 parent dc87550 commit d8adaa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/concepts/configuration/scheduling-framework.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ happens before the scheduler actually binds the Pod to the Node, and it exists
139139
to prevent race conditions while the scheduler waits for the bind to succeed.
140140

141141
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
143143
[Post-bind](#post-bind) plugins (on success) at the end of the binding cycle.
144144

145145
*Note: This concept used to be referred to as "assume".*
@@ -154,13 +154,13 @@ can do one of three things.
154154

155155
1. **deny** \
156156
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.
158158

159159
1. **wait** (with a timeout) \
160160
If a permit plugin returns "wait", then the Pod is kept in the permit phase
161161
until a [plugin approves it](#frameworkhandle). If a timeout occurs, **wait**
162162
becomes **deny** and the Pod is returned to the scheduling queue, triggering
163-
[un-reserve](#un-reserve) plugins.
163+
[Unreserve](#unreserve) plugins.
164164

165165
**Approving a Pod binding**
166166

@@ -175,7 +175,7 @@ These plugins are used to perform any work required before a Pod is bound. For
175175
example, a pre-bind plugin may provision a network volume and mount it on the
176176
target node before allowing the Pod to run there.
177177

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
179179
returned to the scheduling queue.
180180

181181
### Bind

0 commit comments

Comments
 (0)