Hey all. I've been deploying a 3 node k8s cluster...
# rke2
g
Hey all. I've been deploying a 3 node k8s cluster with RKE2 (controller and worker roles on each node). I've been deploying rancher to these nodes (v2.7.0) for a while now with the CriticalAddonsOnly=True taint on the nodes in my rke2 config. The pods have been running for a while and hasn't been an issue. Now, today on a re-deploy, the only way I can get the pods to run in this cluster is if I edit the deployment to include the toleration for the CriticalAddonsOnly taint. Any ideas why I'm now needing to do this? Also - I don't even see the capability to provide a toleration through the rancher v2.7.0 helm chart deployment template. Any one have ideas?