Merge pull request #45883 from gmarek/npd

Automatic merge from submit-queue

Add generic NoExecute Toleration to NPD

Ref. #44445

cc @davidopp 

```release-note
Add generic Toleration for NoExecute Taints to NodeProblemDetector
```
This commit is contained in:
Kubernetes Submit Queue 2017-05-29 07:58:21 -07:00 committed by GitHub
commit 8c41deabc5

View File

@ -77,3 +77,6 @@ spec:
hostPath:
path: /etc/localtime
serviceAccountName: node-problem-detector
tolerations:
- operator: "Exists"
effect: "NoExecute"