kubeflow: Sorry, /notebook is not a valid page

/kind bug

What steps did you take and what happened: Deployed kfctl_istio_dex.v1.0.2.yaml in an on-prem k8s cluster. Created a notebook server through the centraldashboard notebook page successfully. Clicking on ‘Connect’ leads to http://CLUSTER_IP:31380/notebook/admin/my-notebook were error is shown. Also, centraldashboard ‘Recent Notebooks’ also shows no notebooks in namespace even though they exist.

What did you expect to happen: Jupyter server UI to open and ‘Recent Notebooks’ to be populated.

Anything else you would like to add: The notebook server is accessible via port-forwarding and notebooks can be spawned and works as expected. All other pages (metadata, experiments etc) works as expected.

Environment:

  • Kubeflow version: v1beta1
  • kfctl version: v1.0.1-0-gf3edb9b
  • Kubernetes platform: vanilla on-prem k8s
  • Kubernetes version: v1.17.4
  • OS (e.g. from /etc/os-release):

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 17 (4 by maintainers)

Most upvoted comments

Deleting istio-ingressgateway pod might.

kubectl -n istio-system delete pod istio-ingressgateway-xxxxx-xxxx

My kubeflow version is 1.3. It worked for me

Issue-Label Bot is automatically applying the labels:

Label Probability
area/jupyter 1.00

Please mark this comment with 👍 or 👎 to give our bot feedback! Links: app homepage, dashboard and code for this bot.

@jlewi There is an overlay with a var that sets USE_ISTIO=true. However, for some reason Kustomize still produces a configmap with USE_ISTIO=FALSE.

I’ll chech if this is still an issue when 1.1.0 is released and let you know.