Mellanox / ci-demo

Apache License 2.0
2 stars 20 forks source link

Add yaml option to podTemplate #15

Closed andrii-holovchenko closed 3 years ago

andrii-holovchenko commented 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

mike-dubman commented 3 years ago

please update README file too

andrii-holovchenko commented 3 years ago

README has been updated