Skip to content

Commit

Permalink
disabled user scheduler (#16)
Browse files Browse the repository at this point in the history
disabled user scheduler
  • Loading branch information
ywkim312 authored Feb 18, 2022
1 parent 36fd1ca commit 4a113ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,9 @@ jupyterhub:
- name: incore
mountPath: /etc/quota.json
subPath: quota.json

scheduling:
userScheduler:
enabled: false
singleuser:
defaultUrl: "/lab"
image:
Expand Down

0 comments on commit 4a113ef

Please sign in to comment.