Skip to content

Commit

Permalink
Disable RTC everywhere
Browse files Browse the repository at this point in the history
Follow-up to berkeley-dsep-infra#3287,
as we invesetigate wether some file corruption issues are related
to RTC or not.
  • Loading branch information
yuvipanda committed Mar 3, 2022
1 parent 7a9c411 commit 6b899a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
9 changes: 0 additions & 9 deletions deployments/dlab/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ jupyterhub:
# List of other admin users

singleuser:
# Enable jupyterlab-link-share so people can share links for RTC
extraFiles:
lab-config:
data:
disabledExtensions:
jupyterlab-link-share: false
cmd:
- jupyterhub-singleuser
- --LabApp.collaborative=true
nodeSelector:
hub.jupyter.org/pool-name: beta-pool
storage:
Expand Down
9 changes: 0 additions & 9 deletions deployments/ischool/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jupyterhub:
- dhughes # https://github.com/berkeley-dsep-infra/datahub/issues/2462

singleuser:
# Enable jupyterlab-link-share so people can share links for RTC
extraFiles:
lab-config:
data:
disabledExtensions:
jupyterlab-link-share: false
cmd:
- jupyterhub-singleuser
- --LabApp.collaborative=true
defaultUrl: /rstudio
nodeSelector:
hub.jupyter.org/pool-name: beta-pool
Expand Down
4 changes: 0 additions & 4 deletions deployments/stat159/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jupyterhub:
# The VNC /desktop link must be opened already for this to work
DISPLAY: ":1.0"
extraFiles:
lab-config:
data:
disabledExtensions:
jupyterlab-link-share: false
culling-config:
data:
# Allow jupyterlab option to show hidden files in browser
Expand Down

0 comments on commit 6b899a4

Please sign in to comment.