Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with EKS Taint updates #651

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Fix issue with EKS Taint updates #651

merged 2 commits into from
Jul 19, 2024

Conversation

tloisel1
Copy link
Member

EKS Taints should be unique for every key / effect combination.

The previous code would only take the key into consideration.

This PR adds a validation to detect violations of the key / effect unique constraint.
It also updates the logic to differentiate between an Add and Update.

@tloisel1 tloisel1 requested a review from harjain99 July 19, 2024 15:01
@tloisel1 tloisel1 merged commit d5fb5df into master Jul 19, 2024
1 check passed
@tloisel1 tloisel1 deleted the bugfix/eks-taints branch July 19, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants