Cross link documentation for creating dedicated nodes with special hardware and ExtendedResourceToleration admission controller. (#8015)

This commit is contained in:
Rohit Agarwal
2018-04-10 02:27:09 +05:30
committed by k8s-ci-robot
parent 8397658688
commit e66b034afd
2 changed files with 14 additions and 10 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ for more details.
This plug-in facilitates 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 the extended resource name as the key. This admission controller, if enabled, automatically
[taint the node](/docs/concepts/configuration/taint-and-toleration/#example-use-cases) with the 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.