(aws-eks): spot node termination handler is deployed to all nodes #12368
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
in-progress
This issue is being actively worked on.
p1
When adding autoscaling group capacity the
aws-node-termination-handler
is deployed as Helm chart. There is anodeSelector
applied which should only deploy theDaemonSet
to nodes labeled withlifecycle=Ec2Spot
. Unfortunately this was not done correctly.Current implementation:
When I get the Helm values (
helm get values ...
) it looks like this:Correct implementation:
I already created a fix. I will submit a PR.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: