add tolerations in daemonset config file

This commit is contained in:
caozhiyuan
2021-04-30 10:07:24 +08:00
parent 031e658210
commit 4249a104c2

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