Added CriticalAddonsOnly toleration for npd.

This commit is contained in:
Guangya Liu 2017-06-01 10:46:23 +08:00
parent 74f1943774
commit d874548eed

View File

@ -80,3 +80,5 @@ spec:
tolerations:
- operator: "Exists"
effect: "NoExecute"
- key: "CriticalAddonsOnly"
operator: "Exists"