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:
parent
ae8cbffaf1
commit
6adca3683f
2 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixes jupyter installation randomly failing
|
||||
merge_request: 26126
|
||||
author:
|
||||
type: fixed
|
4
vendor/jupyter/values.yaml
vendored
4
vendor/jupyter/values.yaml
vendored
|
@ -23,3 +23,7 @@ ingress:
|
|||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
kubernetes.io/tls-acme: "true"
|
||||
|
||||
prePuller:
|
||||
hook:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue