Fixes jupyter installation randomly failing

Disables jupyter prepuller to avoid Helm chart to await for upgrading
the jupyter hub images that are used by the hub pod to spawn user pods
arrives on the nodes where users can spawn first.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58927
This commit is contained in:
Mayra Cabrera 2019-03-14 02:27:19 +00:00 committed by Douglas Barbosa Alexandre
parent ae8cbffaf1
commit 6adca3683f
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
title: Fixes jupyter installation randomly failing
merge_request: 26126
author:
type: fixed

View file

@ -23,3 +23,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
prePuller:
hook:
enabled: false