When creating a notebook I can run some lines of python, but if I let the notebook stay open for a few minutes I lose connectivity to that notebook with the error "A connection to the Jupyter server could not be established. JupyterLab will continue trying to reconnect. Check your network connection or Jupyter server configuration"
This is happening on multiple browsers. The pod logs of the notebook do not point to any issue. The notebook server does not seem to have any issue in the events. I am using a load balancer on AKS to make the auth service public, and then using istio + Oauth2 for Identity management instead of Dex.
When creating a notebook I can run some lines of python, but if I let the notebook stay open for a few minutes I lose connectivity to that notebook with the error "A connection to the Jupyter server could not be established. JupyterLab will continue trying to reconnect. Check your network connection or Jupyter server configuration"
This is happening on multiple browsers. The pod logs of the notebook do not point to any issue. The notebook server does not seem to have any issue in the events. I am using a load balancer on AKS to make the auth service public, and then using istio + Oauth2 for Identity management instead of Dex.