From 4a113eff68129665bd36f40074c1ccd0a63aec9f Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Fri, 18 Feb 2022 09:12:02 -0600 Subject: [PATCH] disabled user scheduler (#16) disabled user scheduler --- Chart.yaml | 4 ++-- README.md | 3 +++ values.yaml | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 3cb0308..e5de9c4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -8,7 +8,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.0 +version: 1.9.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -46,4 +46,4 @@ annotations: - name: Helm Chart url: https://github.com/IN-CORE/incore-helm artifacthub.io/changes: | - - Incore release 3.0.0 + - Disabled jupyterhub user scheduler to make incore-lab spawns from random node. diff --git a/README.md b/README.md index 4ed12de..2f38145 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc. ## ChangeLog +### 1.9.1 + +- Disabled jupyterhub user scheduler to make incore-lab spawns from random node. ### 1.9.0 - Incore release 3.0.0 diff --git a/values.yaml b/values.yaml index 97800e8..acfe589 100644 --- a/values.yaml +++ b/values.yaml @@ -485,7 +485,9 @@ jupyterhub: - name: incore mountPath: /etc/quota.json subPath: quota.json - + scheduling: + userScheduler: + enabled: false singleuser: defaultUrl: "/lab" image: