Skip to content

Commit

Permalink
Merge pull request #64 from cleyrop/pod_toleration
Browse files Browse the repository at this point in the history
fix: hub.jupyter.org/node-purpose=user toleration
  • Loading branch information
jean-humann authored Apr 12, 2024
2 parents 2f38d5d + aad0502 commit ae108a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/driver_pod_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: Pod
spec:
tolerations:
- key: dedicated
- key: hub.jupyter.org/node-purpose
operator: Equal
value: spark-driver
value: user
effect: NoSchedule
4 changes: 2 additions & 2 deletions k8s/executor_pod_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: Pod
spec:
tolerations:
- key: dedicated
- key: hub.jupyter.org/node-purpose
operator: Equal
value: spark
value: user
effect: NoSchedule

0 comments on commit ae108a8

Please sign in to comment.