Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jobs evicted for lack of memory, potentially add resource field to tf-job prototype #301

Closed
cwbeitel opened this issue Jan 12, 2018 · 1 comment

Comments

@cwbeitel
Copy link
Contributor

I'm seeing jobs being evicted due to a out of memory error, e.g.

> kubectl get pods -n rl --show-all
agents-ppo-ant-feedforward-93168c9e-master-...           0/1       Evicted   0          19h
agents-ppo-ant-feedforward-93168c9e-master-...           0/1       Evicted   0          18h
agents-ppo-ant-feedforward-93168c9e-master-...           1/1       Running   0          9h
agents-ppo-ant-feedforward-93168c9e-master-...           0/1       Evicted   0          18h
agents-ppo-ant-feedforward-93168c9e-tensorboard-...   1/1       Running   0          19h
agents-ppo-ant-ee3e499e-master-aiod-0-768ls           1/1       Running   0          18h
agents-ppo-ant-ee3e499e-tensorboard-aiod-76dbf4brlz   1/1       Running   0          18h
...
> kubectl describe pod -n rl agents-ppo-ant-feedforward-93168c9e-master-3ti2-0-9st9r
...
Status:         Failed
Reason:         Evicted
Message:        The node was low on resource: memory.
...

and wondering what the correct way is to specify resource limits - whether it's to add such a field to the tf-job ksonnet prototype or something else.

@cwbeitel
Copy link
Contributor Author

Sorry tf-job prototype issues belong in https://github.com/google/kubeflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant