Merge pull request #69737 from qingling128/master

Add tolerations for Stackdriver Logging and Metadata Agents.
This commit is contained in:
k8s-ci-robot
2018-10-15 05:43:41 -07:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ spec:
nodeSelector:
beta.kubernetes.io/fluentd-ds-ready: "true"
terminationGracePeriodSeconds: 60
tolerations:
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
volumes:
- name: varlog
hostPath:

View File

@@ -58,6 +58,11 @@ spec:
restartPolicy: Always
schedulerName: default-scheduler
terminationGracePeriodSeconds: 30
tolerations:
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
updateStrategy:
rollingUpdate:
maxUnavailable: 1