mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Added CriticalAddonsOnly
toleration for npd.
This commit is contained in:
parent
74f1943774
commit
d874548eed
@ -80,3 +80,5 @@ spec:
|
|||||||
tolerations:
|
tolerations:
|
||||||
- operator: "Exists"
|
- operator: "Exists"
|
||||||
effect: "NoExecute"
|
effect: "NoExecute"
|
||||||
|
- key: "CriticalAddonsOnly"
|
||||||
|
operator: "Exists"
|
||||||
|
Loading…
Reference in New Issue
Block a user