flatcar / flatcar-linux-update-operator

A Kubernetes operator to manage updates of Flatcar Container Linux
Apache License 2.0
102 stars 19 forks source link

Add tolerations for node-role.kubernetes.io/control-plane:NoSchedule #177

Closed akurz closed 2 years ago

akurz commented 2 years ago

As of Kubernetes 1.24 only the label and taint node-role.kubernetes.io/control-plane instead of node-role.kubernetes.io/master is added the control plane nodes of new clusters.

This PR fixes #176 by adding the newly introduced tolerations and works therefore with older and current Kubernetes versions.