ricsanfre / pi-cluster

Pi Kubernetes Cluster. Homelab kubernetes cluster automated with Ansible and ArgoCD
https://picluster.ricsanfre.com
MIT License
348 stars 56 forks source link

Patch #376

Closed ricsanfre closed 3 months ago

ricsanfre commented 3 months ago

Patch contains the following updates

1) Upgrade Ansible-runner dependencies:

3) Replacing deprecated node taint to avoid scheduling pods on master nodes node-role.kubernetes.io/master=true:NoSchedule is deprecated node-role.kubernetes.io/control-plane:NoSchedule is the recommended way to taint a master node. (https://kubernetes.io/docs/reference/labels-annotations-taints/#node-role-kubernetes-io-control-plane-taint)