Merge pull request #551 from cmssczy/add_tolerations

add tolerations in daemonset config file
This commit is contained in:
Kubernetes Prow Robot
2021-05-04 14:11:15 -07:00
committed by GitHub

View File

@@ -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