Is there a toleration which lets workloads get deployed to every node including master nodes in the cluster regardless of any taints that any node has.
If you want to deploy in every node, why not using a daemonset instead?
This toleration will deploy your workload into every node including master nodes in your kubernetes cluster regardless of any taints on any nodes.
tolerations:
- operator: Exists