Skip to content

Instantly share code, notes, and snippets.

@jhamman
Created March 30, 2020 18:38
Show Gist options
  • Save jhamman/82524b8cb13359a912506dc0eb50dda8 to your computer and use it in GitHub Desktop.
Save jhamman/82524b8cb13359a912506dc0eb50dda8 to your computer and use it in GitHub Desktop.
dask_k8s.yaml
# file: dask_config.yaml
kubernetes:
worker-template:
spec:
containers:
- args:
- dask-worker
- --nthreads
- '2'
- --memory-limit
- "7GB"
resources:
limits:
cpu: 2
memory: "7G"
requests:
cpu: 1
memory: "7G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment