add tolerations to allow node-exporter running on all nodes
This commit is contained in:
@@ -35,6 +35,9 @@ spec:
|
|||||||
- name: sys
|
- name: sys
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPath: /host/sys
|
mountPath: /host/sys
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
volumes:
|
volumes:
|
||||||
- name: proc
|
- name: proc
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|||||||
Reference in New Issue
Block a user