mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Add NoSchedule and NoExecute tolerations to ip-masq-agent
This commit is contained in:
parent
0e097af8d8
commit
c8a4c65b95
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user