(aws-eks): kubectlProvider can run out of memory #11787
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
pr/needs-community-review
This PR needs a review from a Trusted Community Member or Core Team Member.
pr/work-in-progress
This PR is a draft and needs further work.
Milestone
When using the HelmChart resource it is possible to deploy changes that cause the provider to run out of memory.
Reproduction Steps
create an
eks.HelmChart
for a large chart update. In my case it was toefs-provisioner
.What did you expect to happen?
It to work.
What actually happened?
In the logs for the kubectl provider lambda function i got:
fatal error: runtime: out of memory
and a whole lot of go traceback.
Environment
Other
I resolved this by manually changing the memory on the kubectl provider python lambda function and giving it 1024MB, using the console.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: