Commit 6adca368 authored by Mayra Cabrera's avatar Mayra Cabrera Committed by Douglas Barbosa Alexandre

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
parent ae8cbffa
---
title: Fixes jupyter installation randomly failing
merge_request: 26126
author:
type: fixed
......@@ -23,3 +23,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
prePuller:
hook:
enabled: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment