I’m trying to get consul running on an EKS cluster where there are taints on the nodes. My configuration has
gossipEncryption:
autoGenerate: true
which spins up a pod on a tainted node. There appears no way to add toleration to this pod. I’ve got every toleration field populated and still pod cannot start.