-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix custom nodeAffinity via values.yaml #515
Conversation
Signed-off-by: Nitin Goyal <[email protected]>
Signed-off-by: Nitin Goyal <[email protected]>
config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml
Outdated
Show resolved
Hide resolved
config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to include the OS in the node selector for the daemonset definitions.
The Fargate node affinity can be moved into the values.yaml.
Thanks for taking on this task! :)
Already there
can't we add following key pair in node selector for deamonset eks.amazonaws.com/compute-type : ec2 As we need it on EC2 servers only |
Ah sorry, I did not see the OS and Arch in the node selector, but I see it now :) The potential problem with doing an |
@bwagner5 as per the issue, peoples are facing issue with deployment type only not with the dameonsets one. so i guess we can go with this fix. |
@ngoyal16 can you move the fargate anti-affinity to the values.yaml file? |
Signed-off-by: Nitin Goyal <[email protected]>
Signed-off-by: Nitin Goyal <[email protected]>
\rerun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Issue #495
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.