skai-x / elastic-jupyter-operator

Cloud-native way to provide elastic Jupyter Notebooks on Kubernetes. Run remote kernels, natively.
Apache License 2.0
194 stars 28 forks source link

Followed quickstart, but no kernels, did I miss something? #56

Closed rathboma closed 2 years ago

rathboma commented 2 years ago

Hey folks,

Firstly - thank you so much for starting this project! It looks really promising, very excited to try it out.

Disclaimer: I'm not super familiar with enterprise gateway, so I might just be doing something stupid (likely).

I ran make deploy, then followed the quickstart guide. Everything worked, but when I went to localhost:8888 I get an empty notebook with no kernels....

Was I supposed to do something else? I feel like I'm just missing a step.

Thanks for pointing me in the right direction!

image

Matthew

gaocegege commented 2 years ago

Hi, are you familiar with Kubernetes? Can you please show the log of the operator?

And could you please run the command kubectl get pods?

rathboma commented 2 years ago

Hey! I have both the gateway and the notebook pods running:

image

rathboma commented 2 years ago

Never mind, I realized I need to apply a kernel spec too. I'll make a documentation PR if I can later this week