mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
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:
commit
8c41deabc5
@ -77,3 +77,6 @@ spec:
|
||||
hostPath:
|
||||
path: /etc/localtime
|
||||
serviceAccountName: node-problem-detector
|
||||
tolerations:
|
||||
- operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
|
Loading…
Reference in New Issue
Block a user