Skip to content

Commit

Permalink
dask-5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Dec 1, 2023
1 parent b041a38 commit 1909896
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions dask_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,28 @@ kubernetes:

# worker-template-path: null

scheduler-template:
kind: Pod
metadata:
spec:
restartPolicy: Never
serviceAccountName: jupyter
containers:
- name: dask-scheduler
image: ghcr.io/dask/dask:latest
args:
- dask-scheduler
- --port
- 8786
- --bokeh-port
- 8787
resources:
limits:
cpu: "1.75"
memory: 2G
requests:
cpu: "1.75"
memory: 2G
# scheduler-template:
# kind: Pod
# metadata:
# spec:
# restartPolicy: Never
# serviceAccountName: jupyter
# containers:
# - name: dask-scheduler
# image: ghcr.io/dask/dask:latest
# args:
# - dask-scheduler
# - --port
# - 8786
# - --bokeh-port
# - 8787
# resources:
# limits:
# cpu: "1.75"
# memory: 2G
# requests:
# cpu: "1.75"
# memory: 2G

worker-template:
kind: Pod
Expand All @@ -132,7 +132,7 @@ kubernetes:
- name: dask-worker
image: ghcr.io/dask/dask:latest
args:
# - dask-worker
- dask-worker
- --nthreads
- "2"
- --no-bokeh
Expand Down

0 comments on commit 1909896

Please sign in to comment.