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

curl not found error #283

Closed
paudan opened this issue Nov 5, 2018 · 2 comments · Fixed by #285
Closed

curl not found error #283

paudan opened this issue Nov 5, 2018 · 2 comments · Fixed by #285

Comments

@paudan
Copy link

paudan commented Nov 5, 2018

During deployment of test models, Kubernetes dashboard produces an error:

Liveness probe failed: Get http://172.17.0.24:8082/ready: dial tcp 172.17.0.24:8082: getsockopt: connection refused
Exec lifecycle hook ([/bin/sh -c curl 127.0.0.1:8000/pause && /bin/sleep 5]) for Container "seldon-container-engine" in Pod "deep-mnist-single-model-svc-orch-6b5c55bb97-7bjng_seldon(a3704d8b-e0f3-11e8-8dac-00155d09a30d)" failed - error: command '/bin/sh -c curl 127.0.0.1:8000/pause && /bin/sleep 5' exited with 127: /bin/sh: curl: not found , message: "/bin/sh: curl: not found\n"

Does it mean that curl is not installed in created pod? I see numerous errors like this, while looking at the pods list of the model deployment

@ukclivecox
Copy link
Contributor

Thanks for this. The statement is run only when the container is about to be killed. There seems to be a regression that took place here when curl was accidentially removed.

@ukclivecox
Copy link
Contributor

This fix should be available in 0.2.4-SNAPSHOT images

agrski pushed a commit that referenced this issue Dec 2, 2022
* small update to docs

* fix pipeline updates and logging
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

Successfully merging a pull request may close this issue.

2 participants