mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Add generic NoExecute Toleration to NPD
This commit is contained in:
parent
3948a2d6ce
commit
8ed74c8682
@ -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