openshift-kni / eco-goinfra

Apache License 2.0
7 stars 33 forks source link

Add control-plane toleration func #265

Closed sebrandon1 closed 7 months ago

sebrandon1 commented 7 months ago

node-role.kubernetes.io/master was deprecated back in k8s 1.24.

This adds a function WithTolerationToControlPlane similar to the WithTolerationToMaster func. Keeps the old func around for backwards compatibility.

Similar to: