diff --git a/docs/howto/features/dedicated-nodepool.md b/docs/howto/features/dedicated-nodepool.md index 3689b3ee91..79bc5b82b2 100644 --- a/docs/howto/features/dedicated-nodepool.md +++ b/docs/howto/features/dedicated-nodepool.md @@ -54,14 +54,14 @@ Some hubs on shared clusters require dedicated nodepools, for a few reasons: ```yaml jupyterhub: - singleuser: - nodeSelector: - 2i2c.org/community: - extraTolerations: - - key: "2i2c.org/community" - operator: "Equal" - value: "" - effect: "NoSchedule" + singleuser: + nodeSelector: + 2i2c.org/community: + extraTolerations: + - key: 2i2c.org/community + operator: Equal + value: + effect: NoSchedule ``` ```{note} diff --git a/helm-charts/support/values.yaml b/helm-charts/support/values.yaml index 686deaeec0..87f50ea338 100644 --- a/helm-charts/support/values.yaml +++ b/helm-charts/support/values.yaml @@ -85,21 +85,6 @@ prometheus: # values ref: https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-node-exporter/values.yaml # prometheus-node-exporter: - tolerations: - # Tolerate tainted jupyterhub user nodes - - key: hub.jupyter.org_dedicated - value: user - effect: NoSchedule - - key: hub.jupyter.org/dedicated - value: user - effect: NoSchedule - # Tolerate tainted dask worker nodes - - key: k8s.dask.org_dedicated - value: worker - effect: NoSchedule - - key: k8s.dask.org/dedicated - value: worker - effect: NoSchedule # resources for the node-exporter was set after inspecting cpu and memory # use via prometheus and grafana. #