Closed andrii-holovchenko closed 3 years ago
In order to support any possible value in Kubernetes Pod object, we can pass a yaml snippet. Add resources section to container spec which allows to provide limits and requests sections.
Example:
kubernetes: limits: "{hugepages-2Mi: 1024Mi, memory: 1024Mi}"
Signed-off-by: Andrii Holovchenko andriih@nvidia.com
please update README file too
README has been updated
In order to support any possible value in Kubernetes Pod object, we can pass a yaml snippet. Add resources section to container spec which allows to provide limits and requests sections.
Example:
Signed-off-by: Andrii Holovchenko andriih@nvidia.com