Skip to content

Commit 82e0dc1

Browse files
dixudxsteveperry-53
authored andcommitted
add ExtendedResourceToleration admission controller (kubernetes#6618)
1 parent 5b1d4d6 commit 82e0dc1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/admin/admission-controllers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ EventRateLimit:
155155
See the [EventRateLimit proposal](https://git.k8s.io/community/contributors/design-proposals/api-machinery/admission_control_event_rate_limit.md)
156156
for more details.
157157
158+
### ExtendedResourceToleration
159+
160+
This plug-in is introduced in v1.9 to facilitate creation of dedicated nodes with extended resources.
161+
If operators want to create dedicated nodes with extended resources (like GPUs, FPGAs etc.), they are expected to
162+
taint the node with the extended resource name as the key. This admission controller, if enabled, automatically
163+
adds tolerations for such taints to pods requesting extended resources, so users don't have to manually
164+
add these tolerations.
165+
158166
### ImagePolicyWebhook
159167
160168
The ImagePolicyWebhook admission controller allows a backend webhook to make admission decisions. You enable this admission controller by setting the admission-control option as follows:

0 commit comments

Comments
 (0)