fairing icon indicating copy to clipboard operation
fairing copied to clipboard

Deployer Pod in Crashloopbackoff

Open dpaks opened this issue 6 years ago • 3 comments

/kind bug

What steps did you take and what happened: [A clear and concise description of what the bug is.] Ran the foll. commands to setup prediction EP fairing.config.set_deployer('serving', serving_class="HousingServe") create_endpoint = fairing.config.fn(HousingServe) create_endpoint() Waiting for prediction endpoint to come up... is what was shown in the ipython terminal

Pod status was fairing-deployer-mcs6v-6ccc5f8698-b5dz2 0/1 CrashLoopBackOff

What did you expect to happen: Deployment to work, prediction EP to be created

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.] I'm trying it on baremetal, not GCP. Image has been built.

Environment:

Fairing version: (use python -c "import fairing; print(fairing.version)"): 0.5.3 Kubeflow version: (version number can be found at the bottom left corner of the Kubeflow dashboard): 0.5 Minikube version: NIL Kubernetes version: (use kubectl version): 1.12.5 OS (e.g. from /etc/os-release): Ubuntu 18.04

Deployer pod logs kubectl logs -n xxx fairing-deployer-mcs6v-6ccc5f8698-b5dz2 Traceback (most recent call last): File "/usr/local/bin/seldon-core-microservice", line 6, in from seldon_core.microservice import main File "/usr/local/lib/python3.5/site-packages/seldon_core/microservice.py", line 242 server.add_insecure_port(f"0.0.0.0:{port}") ^ SyntaxError: invalid syntax

dpaks avatar Jun 18 '19 10:06 dpaks

Issue-Label Bot is automatically applying the label kind/bug to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Jun 18 '19 10:06 issue-label-bot[bot]

Myself facing the above same issue ....help needed and getting below error too: ConnectionError: HTTPConnectionPool(host='35.244.60.154', port=5000): Max retries exceeded with url: /predict (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f12189590f0>: Failed to establish a new connection: [Errno 111] Connection refused',))

Edwardsleo avatar Aug 22 '19 11:08 Edwardsleo

/priority p2 /area engprod

jtfogarty avatar Jan 15 '20 22:01 jtfogarty