mpi-operator
mpi-operator copied to clipboard
Mpi operator should support other node resource such as hugepage and high performance nic.
Users may fail to set the resource limits of other node resources such as huge pages and nic. because limits are overwritten by the pod template in operator code.
Issue-Label Bot is automatically applying the labels:
| Label | Probability |
|---|---|
| area/operator | 0.59 |
| area/front-end | 0.64 |
| kind/feature | 0.55 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
What changes would be involved in order to support those? Pull requests would be welcomed!
because limits are overwritten by the pod template in operator code.
Yeah, I think it is a bad design.
I'd be interested in that as well. I am willing to run tests with actual applications.