feat(promtail): Disable on NoSchedule nodes
This commit is contained in:
parent
b42f066cde
commit
1f096a8379
@ -31,11 +31,11 @@ spec:
|
|||||||
- mountPath: /var/lib/docker/containers
|
- mountPath: /var/lib/docker/containers
|
||||||
name: varlibdockercontainers
|
name: varlibdockercontainers
|
||||||
readOnly: true
|
readOnly: true
|
||||||
tolerations:
|
#tolerations:
|
||||||
- key: type
|
# - key: type
|
||||||
operator: Equal
|
# operator: Equal
|
||||||
value: services
|
# value: services
|
||||||
effect: NoSchedule
|
# effect: NoSchedule
|
||||||
volumes:
|
volumes:
|
||||||
- name: logs
|
- name: logs
|
||||||
hostPath:
|
hostPath:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user