Question: does a static pod ignore a taint on a node? It seems to. Just want . . .

Bryan Tanoue:
Question: does a static pod ignore a taint on a node? It seems to. Just want to verify.

SaidBen:
i believe so since its yaml is placed on the node where it is supposed to be running

Mohamed Ayman:
toleration used to make sure assigning pod to the node, and static pod run in the node has manifest folder the definition file. so no meaning to do this.

the static pod run as a pod in one replica. please check the following for more info https://kubernetes.io/docs/tasks/configure-pod-container/static-pod/|https://kubernetes.io/docs/tasks/configure-pod-container/static-pod/

Bryan Tanoue:
Thanks for verifying. Just wanted to make sure.