Commit c8a4c65b authored by tanshanshan's avatar tanshanshan

Add NoSchedule and NoExecute tolerations to ip-masq-agent

parent 0e097af8
......@@ -52,5 +52,9 @@ spec:
- key: config
path: ip-masq-agent
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
- key: "CriticalAddonsOnly"
operator: "Exists"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment