3fa6821437
This adds the option to request GPUs for kubernetes and openshift pods. Since the resource name depends on the GPU vendor and the cluster installation, this option is left for the user to define it in the node pool. To leverage the ability of some schedulers to use fractional GPUs, the actual GPU value is read as a string. For GPUs, requests and limits cannot be decoupled (cf. https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/), so the same value will be used for requests and limits. Change-Id: Ibe33b06c374a431f164080edb34c3a501c360df7
6 lines
106 B
YAML
6 lines
106 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for requesting gpu resources
|
|
in kubernetes and openshift drivers.
|