Skip to content
Snippets Groups Projects
Commit 88fe225e authored by Yang Li's avatar Yang Li
Browse files

add tolerations to allow node-exporter running on all nodes

parent d81943d1
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ spec:
- name: sys
readOnly: true
mountPath: /host/sys
tolerations:
- effect: NoSchedule
operator: Exists
volumes:
- name: proc
hostPath:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment