You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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