Skip to content

Commit

Permalink
add ExtendedResourceToleration admission controller
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Dec 8, 2017
1 parent edf3472 commit cb05c29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ EventRateLimit:
See the [EventRateLimit proposal](https://git.k8s.io/community/contributors/design-proposals/api-machinery/admission_control_event_rate_limit.md)
for more details.
### ExtendedResourceToleration
This plug-in is introduced in v1.9 to facilitate creation of dedicated nodes with extended resources.
If operators want to create dedicated nodes with extended resources (like GPUs, FPGAs etc.), they are expected to
taint the node with extended resource name as the key. This admission controller, if enabled, automatically
adds tolerations for such taints to pods requesting extended resources, so users don't have to manually
add these tolerations.
### GenericAdmissionWebhook (alpha)
This plug-in is related to the [Dynamic Admission Control](/docs/admin/extensible-admission-controllers)
Expand Down

0 comments on commit cb05c29

Please sign in to comment.