Skip to content

Commit

Permalink
support, node-exporter: tolerate 2i2c.org/community tainted nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 2, 2023
1 parent 7574537 commit c02ea84
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit c02ea84

Please sign in to comment.