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/admin/admission-controllers.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,14 @@ EventRateLimit:
155
155
See the [EventRateLimit proposal](https://git.k8s.io/community/contributors/design-proposals/api-machinery/admission_control_event_rate_limit.md)
156
156
for more details.
157
157
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
+
158
166
### ImagePolicyWebhook
159
167
160
168
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