summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-03-14 02:27:19 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-03-14 02:27:19 +0000
commit6adca3683fe9d14c51cd7e3e9e667b976f28fc13 (patch)
tree91329dcabab69f80ae50426b8fba3b253724439b /changelogs
parentae8cbffaf1b1738e2d175c15aff1a6718a5f8b06 (diff)
downloadgitlab-ce-6adca3683fe9d14c51cd7e3e9e667b976f28fc13.tar.gz
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/58927-jupyterhub-fails-to-install.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml b/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml
new file mode 100644
index 00000000000..2502b981337
--- /dev/null
+++ b/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml
@@ -0,0 +1,5 @@
+---
+title: Fixes jupyter installation randomly failing
+merge_request: 26126
+author:
+type: fixed