-
Our cluster was installed with RKE2 1.21.2. I applied taints on some of the worker nodes and noticed that they are respected by the ingress controller daemon set, i.e. the pods are not running on these nodes. I see that other system daemon sets (e.g. kube-proxy) are using tolerations such as: - key: CriticalAddonsOnly
operator: Exists
- operator: Exists Is the lack of tolerations intended for ingress controller? |
Beta Was this translation helpful? Give feedback.
Answered by
brandond
Aug 9, 2021
Replies: 1 comment
-
Yes. The ingress controller is considered a workload because it handles traffic; it is not not cluster infrastructure. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rsirny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. The ingress controller is considered a workload because it handles traffic; it is not not cluster infrastructure.