Add NoSchedule and NoExecute tolerations to ip-masq-agent

This commit is contained in:
tanshanshan 2018-07-17 09:58:49 +08:00
parent 0e097af8d8
commit c8a4c65b95

View File

@ -52,5 +52,9 @@ spec:
- key: config
path: ip-masq-agent
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
- key: "CriticalAddonsOnly"
operator: "Exists"