https://pulumi.com logo
#kubernetes
Title
# kubernetes
v

victorious-dusk-75271

09/06/2022, 12:07 PM
hi, does anyone know how to get coredns to work on tainted nodes? right now its only deploying pods to untainted nodes
s

salmon-account-74572

09/06/2022, 3:12 PM
I believe you need to add a toleration, see https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ for more details.
v

victorious-dusk-75271

09/06/2022, 3:33 PM
Yes but i did not deploy the coredns. pulumi eks or aws did
s

salmon-account-74572

09/06/2022, 3:34 PM
Then you’d have to try to patch the CoreDNS deployment. Before we go down that route, though, what’s the taint on the nodes that is preventing CoreDNS from running there?
v

victorious-dusk-75271

09/06/2022, 8:20 PM
hey sorry, I have been talking to AWS support. they cant even figure out what is the problem
6 Views