Skip to content

Jupyter fix hostname editing and remove extra load balancer

Amit Rathi requested to merge amit1rrr/gitlab-ce:jupyter-fixes-v1 into master

What does this MR do?

Fixes #62686 (closed), #59740 (closed)

62686 - While user is editing the Hostname field we would overwrite it with our default hostname value. Fixed it to prioritise user supplied hostname value.

59740 - Jupyter helm chart creates a load balancer by default. We don't need it since we already have a load balancer for the cluster. Extra load balancer also means additional cost to users. Replaced the extra load balancer with NodePorts. Reference: https://github.com/jupyterhub/jupyterhub/issues/1764#issuecomment-377328525

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports