Skip to content

Commit

Permalink
Add node selector for nbexecservice argo workflows
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 d35b672
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 d35b672

Please sign in to comment.