mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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:
|
||||
- key: "node.alpha.kubernetes.io/ismaster"
|
||||
effect: "NoSchedule"
|
||||
- operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: varlog
|
||||
|
Loading…
Reference in New Issue
Block a user