Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explain why device plugin resources are different from cpu/memory
requestResource function makes several assumptions about values that limits and requests sections of pod spec can have for device plugin managed resources. It's not immediately clear why we may not want to handle these resources in exactly the same way as other resources (memory, cpu) in regards to QoS. This patch explains the reasoning behind the difference, with links to relevant design documents, in hope future reader will be less puzzled.
- Loading branch information