Skip to content

Commit

Permalink
add info on restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 25, 2024
1 parent 36d0bfe commit da7e398
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/dhub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To restart hub after changing `dconfig2.yaml`
```
helm upgrade --cleanup-on-fail --render-subchart-notes dhub dask/daskhub --namespace dhub --version=2023.1.0 --values dconfig2.yaml
```

To get the pods
```
kubectl get pods -n dhub
```

0 comments on commit da7e398

Please sign in to comment.