From 3d254e0c64feca5f5855d2898f2bbb5265532885 Mon Sep 17 00:00:00 2001 From: Ciprian Anton Date: Mon, 21 Oct 2024 16:24:45 +0300 Subject: [PATCH] Add tolerations for notebook execution (#225) --- getting-started/templates/node-selectors.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/getting-started/templates/node-selectors.yaml b/getting-started/templates/node-selectors.yaml index 2e03513a..3fe09fda 100644 --- a/getting-started/templates/node-selectors.yaml +++ b/getting-started/templates/node-selectors.yaml @@ -24,7 +24,11 @@ global: # Tolerations for node taints to allow the pod to be scheduled on tainted nodes. servicesTolerations: &servicesTolerations [] - notebookExecutionTolerations: ¬ebookExecutionTolerations [] + notebookExecutionTolerations: ¬ebookExecutionTolerations + - key: "notebook_execution" + operator: "Equal" + value: "true" + effect: "NoSchedule" jupyterTolerations: &jupyterTolerations - key: hub.jupyter.org/dedicated operator: "Equal"