fix(node-exporter): Add toleration for ingress node
This commit is contained in:
parent
11eefe9cdb
commit
6de3bc6380
@ -46,6 +46,11 @@ spec:
|
|||||||
mountPropagation: HostToContainer
|
mountPropagation: HostToContainer
|
||||||
name: root
|
name: root
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
tolerations:
|
||||||
|
- key: type
|
||||||
|
operator: Equal
|
||||||
|
value: services
|
||||||
|
effect: NoSchedule
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /sys
|
path: /sys
|
||||||
|
Loading…
Reference in New Issue
Block a user