Replies: 1 comment 2 replies
-
From my understanding, that's exactly how it works, and you are expected to add specific implementations for every possible side-car container. I realize that's not good news, or what you (or I 😅) wanted to hear, but that seems to be the case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am currently trying to run service container but I am failing to set cpu and memory request and limit spec for them in a general way.
The option to go is in my opinion the Hook. Though I dont see a way how to set the memory and cpu limits as easily, as it can be done for the "normal" workflow pods.
I see how it is done for specific service containers like redis shown here. Though it is not very practical to add specific implementations for every possible side-car container.
If I am misunderstanding some logic there, please let me know about it :)
Beta Was this translation helpful? Give feedback.
All reactions