Unverified Commit 8928e70a authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69737 from qingling128/master

Add tolerations for Stackdriver Logging and Metadata Agents.
parents 02cca1f1 85d8b506
...@@ -101,6 +101,11 @@ spec: ...@@ -101,6 +101,11 @@ spec:
nodeSelector: nodeSelector:
beta.kubernetes.io/fluentd-ds-ready: "true" beta.kubernetes.io/fluentd-ds-ready: "true"
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
tolerations:
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
volumes: volumes:
- name: varlog - name: varlog
hostPath: hostPath:
......
...@@ -58,6 +58,11 @@ spec: ...@@ -58,6 +58,11 @@ spec:
restartPolicy: Always restartPolicy: Always
schedulerName: default-scheduler schedulerName: default-scheduler
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
tolerations:
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
updateStrategy: updateStrategy:
rollingUpdate: rollingUpdate:
maxUnavailable: 1 maxUnavailable: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment