Skip to content

Commit

Permalink
Add node selector for nbexecservice argo workflows (#223)
Browse files Browse the repository at this point in the history
Ensure notebook execution pods are scheduled on the labeled node.
  • Loading branch information
BKnight760 authored Oct 1, 2024
1 parent bf6faf9 commit dd14dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions getting-started/templates/node-selectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ nbexecservice:
nodeSelector: *servicesNodeSelector
tolerations: *servicesTolerations
affinity: *servicesAffinity
argo:
workflow:
nodeSelector: *notebookExecutionNodeSelector
tolerations: *notebookExecutionTolerations

nbparsingservice:
nodeSelector: *servicesNodeSelector
Expand Down

0 comments on commit dd14dcb

Please sign in to comment.