While notebook is running smoothly with ingress: false and serviceType: NodePort parameters, it doesn't respond correctly when using DNS and NGINX. Here is the page when opening the URL:
What did you expect to happen?
I expect it to work in the same Ingress configuration with IDE.
How can we reproduce it (as minimally and precisely as possible)?
What happened?
While notebook is running smoothly with
ingress: false
andserviceType: NodePort
parameters, it doesn't respond correctly when using DNS and NGINX. Here is the page when opening the URL:What did you expect to happen?
I expect it to work in the same Ingress configuration with IDE.
How can we reproduce it (as minimally and precisely as possible)?
Can be reproduced when setting parameters as:
ingress: true
serviceType: ClusterIP
Kubernetes version
All Kubernetes versions
Container network interface (CNI) and version
No response