Add general NoExecute Toleration to fluentd in gcp configuration
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user