Skip to content

Commit

Permalink
add tolerations in daemonset config file
Browse files Browse the repository at this point in the history
  • Loading branch information
caozhiyuan committed Apr 30, 2021
1 parent 031e658 commit 4249a10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ spec:
path: kernel-monitor.json
- key: docker-monitor.json
path: docker-monitor.json
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists

0 comments on commit 4249a10

Please sign in to comment.