Commit c8a4c65b authored by tanshanshan's avatar tanshanshan

Add NoSchedule and NoExecute tolerations to ip-masq-agent

parent 0e097af8
...@@ -52,5 +52,9 @@ spec: ...@@ -52,5 +52,9 @@ spec:
- key: config - key: config
path: ip-masq-agent path: ip-masq-agent
tolerations: tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
- key: "CriticalAddonsOnly" - key: "CriticalAddonsOnly"
operator: "Exists" 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