v0.1.1
github-actions
released this
16 Sep 16:25
·
13 commits
to refs/heads/main
since this release
🐛 Bug Fixes
fix: Tolerances for EKS nodes need to be ON_DEMAND @brent-anyscale (#2)
Switches the ALL tolerance to ON_DEMAND, as taints must be unique to a tuple of (key, effect) in EKS, which wasn't possible with the ALL convention
Changes to be committed:
modified: eks-private/main.tf
modified: eks-public/main.tf
Pull request checklist
Please check if your PR fulfills the following requirements:
- pre-commit has been run
- Tests for the changes have been added (for bug fixes / features)
- All tests passing
- Docs have been reviewed and added / updated if needed (for bug fixes / features)
Pull Request Type
- Bugfix
- New feature
- Refactoring (no functional changes)
- Documentation change
- Other (please describe):
Does this introduce a breaking change?
- Yes
- No