Merge pull request #6868 from okumin/link-to-extended-resources

Link to extended resources instead of deprecated opaque integer resources
This commit is contained in:
Joseph Heck
2018-01-07 08:59:33 -08:00
committed by GitHub
@@ -171,7 +171,7 @@ the special nodes and hence the admission controller should add the toleration.
To ensure that the pods that need To ensure that the pods that need
the special hardware *only* schedule onto the nodes that have the special hardware, you will need some the special hardware *only* schedule onto the nodes that have the special hardware, you will need some
additional mechanism, e.g. you could represent the special resource using additional mechanism, e.g. you could represent the special resource using
[opaque integer resources](/docs/concepts/configuration/manage-compute-resources-container/#opaque-integer-resources-alpha-feature) [extended resources](/docs/concepts/configuration/manage-compute-resources-container/#extended-resources)
and request it as a resource in the PodSpec, or you could label the nodes that have and request it as a resource in the PodSpec, or you could label the nodes that have
the special hardware and use node affinity on the pods that need the hardware. the special hardware and use node affinity on the pods that need the hardware.