pacoxu / kubeadm-operator

Test work on the design of kubeadm operator. Also you can try https://github.com/chendave/kubeadm-operator
Apache License 2.0
10 stars 2 forks source link

Taints: should we tolerate all taints? #75

Closed pacoxu closed 2 years ago

pacoxu commented 2 years ago

For v1.22 and before, we should tolerate master taint.

pacoxu commented 2 years ago

We have added the toleration for master now. https://github.com/pacoxu/kubeadm-operator/pull/73

A workaround for the master/control-plane label is that we can add the new label to the old master nodes.