Skip to content

Commit

Permalink
Merge pull request #551 from cmssczy/add_tolerations
Browse files Browse the repository at this point in the history
add tolerations in daemonset config file
  • Loading branch information
k8s-ci-robot authored May 4, 2021
2 parents 3d9e172 + 4249a10 commit 255c258
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 255c258

Please sign in to comment.