mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +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:
@@ -77,3 +77,6 @@ spec:
|
||||
hostPath:
|
||||
path: /etc/localtime
|
||||
serviceAccountName: node-problem-detector
|
||||
tolerations:
|
||||
- operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
|
Reference in New Issue
Block a user