Médéric Descazeaux
02/12/2021, 11:05 AMError attempting to connect to Gateway server url '<http://jupyter-EG-someid:8888>'. Ensure gateway url is valid and the Gateway instance is running.
I can run the scripts from the pipeline view, and I have successfully tried curl <http://jupyter-EG-someid:8888>
from orchest-api container to check connectivity. Do you have pointers to help me out?Jacopo
02/12/2021, 11:13 AMMédéric Descazeaux
02/12/2021, 11:16 AMJacopo
02/12/2021, 11:17 AM./orchest version --ext
and ./orchest status
that would be very helpfulMédéric Descazeaux
02/12/2021, 11:22 AMquickstart
project.
There you go!
➜ orchest ./orchest version --ext
Getting versions of all containers...
orchest/jupyter-enterprise-gateway:latest : v0.8.0
orchest/jupyter-server:latest : v0.8.0
orchest/memory-server:latest : v0.8.0
orchest/orchest-ctl:latest : v0.8.0
orchest/update-server:latest : v0.8.0
orchest/orchest-api:latest : v0.8.0
orchest/orchest-webserver:latest : v0.8.0
orchest/celery-worker:latest : v0.8.0
orchest/auth-server:latest : v0.8.0
orchest/file-manager:latest : v0.8.0
orchest/nginx-proxy:latest : v0.8.0
orchest/base-kernel-py:latest : v0.8.0
orchest/base-kernel-py-gpu:latest : v0.8.0
orchest/base-kernel-r:latest : v0.8.0
orchest/base-kernel-julia:latest : v0.8.0
➜ orchest ./orchest status
Orchest is running.
Jacopo
02/12/2021, 11:27 AMMédéric Descazeaux
02/12/2021, 11:47 AMJacopo
02/12/2021, 11:49 AMRick Lamers