Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/boettiger-lab/k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Mar 26, 2024
2 parents dc6b10b + bcafc7c commit 4f157d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jupyterhub/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
private-config.yaml

*private*

8 changes: 4 additions & 4 deletions jupyterhub/cirrus.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

#helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
#helm repo update
helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm repo update

## use your name for install name and namespace name
helm upgrade --cleanup-on-fail \
--install testjuypterhelm jupyterhub/jupyterhub \
--namespace testjupyter \
--install juypterhelm jupyterhub/jupyterhub \
--namespace jupyter \
--create-namespace \
--version=3.2.1 \
--timeout 90m0s \
Expand Down
1 change: 1 addition & 0 deletions jupyterhub/public-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ hub:
GitHubOAuthenticator:
allowed_organizations:
- boettiger-lab:current-members
- boettiger-lab
scope:
- read:org
oauth_callback_url: https://jupyterhub.cirrus.carlboettiger.info/hub/oauth_callback
Expand Down
2 changes: 1 addition & 1 deletion nvidia/nvidia-device-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--create-namespace \
--version 0.14.3 \
--wait \
--values nvidia/nvidia-device-plugin-config.yaml
--values nvidia-device-plugin-config.yaml


0 comments on commit 4f157d8

Please sign in to comment.