eks: use lambda.Runtime.PYTHON_3_9 by default in kubectl-provider #25213
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p1
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
When creating a KubernetesManifest, a KubectlProvider is created that uses PYTHON_3_7 in its lambda. This should be upgraded to PYTHON_3_9.
https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-eks/lib/kubectl-provider.ts#L138
Use Case
All lambdas created by aws-cdk internally should be updated prior to EOL.
Proposed Solution
Update to PYTHON_3_9 when creating lambda in kubectl-provider
Other Information
No response
Acknowledgements
CDK version used
2.69.0
Environment details (OS name and version, etc.)
Windows 10 Enterprise, 21H2, 19044.2728
The text was updated successfully, but these errors were encountered: