mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Add general NoExecute Toleration to fluentd in gcp configuration
This commit is contained in:
parent
3b0b7399f5
commit
4d7d6b72b3
@ -103,6 +103,8 @@ spec:
|
|||||||
tolerations:
|
tolerations:
|
||||||
- key: "node.alpha.kubernetes.io/ismaster"
|
- key: "node.alpha.kubernetes.io/ismaster"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
- operator: "Exists"
|
||||||
|
effect: "NoExecute"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
|
Loading…
Reference in New Issue
Block a user