nebari
nebari copied to clipboard
[BUG] - Public app sharing with jhub-apps failing
Describe the bug
I upgraded to Nebari 2024.1.1 to check out the new feature of publishing apps publically, which is super exciting. Thanks to help from @dharhas, I modified my nebari-config.yml
to include:
jhub_apps:
enabled: true
and then deployed.
Also thanks to a tip from @dharhas , I did not include jhub-apps
package in my environment, but instead added these for my Panel app:
jhsingle-native-proxy>=0.8.2
bokeh-root-cmd>=0.1.2
This those changes in place, I was able to get a private app to work. Yay!
When I tried to flip the "public" switch to "on", however, I got:
Spawn failed: Server at http://10.10.113.195:8888/user/rsignell/hrrr-6eed58b/ didn't respond in 30 seconds
Event log
Server requested
2024-02-22T16:30:26.377695Z [Normal] Successfully assigned dev/jupyter-rsignell--hrrr-2d6eed58b to ip-10-10-105-151.us-west-2.compute.internal
2024-02-22T16:30:26Z [Normal] Container image "busybox:1.31" already present on machine
2024-02-22T16:30:26Z [Normal] Created container initialize-home-mount
2024-02-22T16:30:26Z [Normal] Started container initialize-home-mount
2024-02-22T16:30:27Z [Normal] Container image "busybox:1.31" already present on machine
2024-02-22T16:30:27Z [Normal] Created container initialize-shared-mounts
2024-02-22T16:30:27Z [Normal] Started container initialize-shared-mounts
2024-02-22T16:30:28Z [Normal] Container image "busybox:1.31" already present on machine
2024-02-22T16:30:28Z [Normal] Created container initialize-conda-store-mounts
2024-02-22T16:30:28Z [Normal] Started container initialize-conda-store-mounts
2024-02-22T16:30:29Z [Normal] Container image "quay.io/nebari/nebari-jupyterlab:2024.1.1" already present on machine
2024-02-22T16:30:29Z [Normal] Created container notebook
2024-02-22T16:30:29Z [Normal] Started container notebook
Spawn failed: Server at http://10.10.113.195:8888/user/rsignell/hrrr-6eed58b/ didn't respond in 30 seconds
@aktech , were there other things you needed to do to get this to work?
Expected behavior
public deployment works
OS and architecture in which you are running Nebari
WSL ubuntu
How to Reproduce the problem?
try switching deploy public button to "on"
Command output
No response
Versions and dependencies used.
conda 23.3.1 Client Version: v1.28.3 nebari 2024.1.1
Compute environment
AWS
Integrations
No response
Anything else?
No response