Replies: 1 comment
-
|
I have the same issue. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I am new with kubeflow and kubenetes
I have created some pipeline in kubeflow and when I am triggering i see it is creating impl pod as part of this pod it has couple of container. But every time i see only kfp-launcher container is getting "OOMKilled" where node has enough resource available no other process or job is using that node.
After checking pod yaml i see kfp-launcher container is configured with
Limits:
cpu: 500m
memory: 128Mi
Requests:
cpu: 100m
memory: 128Mi
I want to increase this resource but not finding any way to configure it, please help or suggest possible way of doing it
Beta Was this translation helpful? Give feedback.
All reactions