You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(eks): DefaultVersion of EksOptimizedImage from 1.14 to 1.24 (#23384)
I found this by accident. It is a parameter that is not too well maintained.
The following document confirms that AWS has 1.24 AMI available.
https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html
The following is my personal opinion. If necessary, this PR will respond.
1. we have checked the script in the comments for this parameter. I didn't see much need for it as it simply rewrites it as per the arguments (this is a commit), and the fact that it hasn't been updated since 1.14 makes it look like it hasn't been run from some CI or test.
https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/aws-eks/scripts/kube_bump.sh
2. it seems to me that this parameter `LATEST_KUBERNETES_VERSION` could be managed by `eks.KubernetesVersion`, since the two are independent and updates are assumed to have been missed
----
### All Submissions:
* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)
### Adding new Construct Runtime Dependencies:
* [ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies)
### New Features
* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments