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.
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.