techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Move away from deprecated master role #339

Closed twistedgrim closed 4 months ago

twistedgrim commented 1 year ago

It would be nice to move to the newer control plane taints on nodes that are used as control plane nodes. As people use the playbook and charts and apps rely on the control plane taint more than a master taint it will start to cause issues. More info below.

Migrate from the old deprecated master taint to the new control-plane taint. Kubernetes docs from 1.20 show this change.

egandro commented 12 months ago

Same issue with hardcoded names "master" in the roles.

bdsoha commented 5 months ago

@twistedgrim CC: @egandro This seems to be fixed with the introduction of group_name_master. IMO, this can be closed.

timothystewart6 commented 4 months ago

closed by https://github.com/techno-tim/k3s-ansible/pull/337