Skip to content

Commit 255c258

Browse files
authored
Merge pull request #551 from cmssczy/add_tolerations
add tolerations in daemonset config file
2 parents 3d9e172 + 4249a10 commit 255c258

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployment/node-problem-detector.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ spec:
7979
path: kernel-monitor.json
8080
- key: docker-monitor.json
8181
path: docker-monitor.json
82+
tolerations:
83+
- effect: NoSchedule
84+
operator: Exists
85+
- effect: NoExecute
86+
operator: Exists

0 commit comments

Comments
 (0)