perfectsense / gyro-aws-provider

AWS Provider for Gyro cloud automation tool.
https://gyro.dev/providers/aws/
Apache License 2.0
8 stars 1 forks source link

Implement node Taints on managed node groups #644

Closed elheim closed 5 months ago

elheim commented 6 months ago

Amazon EKS supports configuring Kubernetes taints through managed node groups. Taints and tolerations work together to ensure that Pods aren't scheduled onto inappropriate nodes.

Please add taints support to gyro. Giving that we already using UpdateNodegroupConfig API that should make it easier.

Documentation Overview: https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html