Add new control-plane toleration for kind 1.24 (#8609)
This commit is contained in:
parent
ba3fb460df
commit
0240dd3fba
7 changed files with 21 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ controller:
|
|||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Equal"
|
||||
effect: "NoSchedule"
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Equal"
|
||||
effect: "NoSchedule"
|
||||
|
||||
publishService:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue