feat(kured): add toleration to node-role.kubernetes.io taint
This commit is contained in:
parent
a3b6e510ca
commit
17bd5d43d5
1 changed files with 5 additions and 0 deletions
|
|
@ -29,3 +29,8 @@ spec:
|
||||||
endTime: "06:00" # 6:00 AM
|
endTime: "06:00" # 6:00 AM
|
||||||
annotateNodes: true
|
annotateNodes: true
|
||||||
# rebootDays: ["mo", "tu", "we", "th", "fr", "sa", "su"]
|
# rebootDays: ["mo", "tu", "we", "th", "fr", "sa", "su"]
|
||||||
|
tolerations:
|
||||||
|
# allow kured to run on control-plane nodes
|
||||||
|
- key: "node-role.kubernetes.io"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
|
|
||||||
Reference in a new issue