Taints¶
To apply taints to a specific nodegroup use the taints
config section like this:
taints:
- key: your.domain.com/db
value: "true"
effect: NoSchedule
- key: your.domain.com/production
value: "true"
effect: NoExecute
A full example can be found here.