Link to extended resources instead of deprecated opaque integer resources

This commit is contained in:
okumin
2018-01-07 21:06:03 +09:00
parent 4aebb184ba
commit 4a25ad0805
@@ -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.