Replies: 1 comment 1 reply
-
NTH does not have any visibility into new nodes joining the cluster, nor does it know which new node is logically intended to replace the node that received the ITN. So this may not be possible to do directly. A few alternatives you could consider:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have configured the node termination handler in Queue Processing mode with the Karpenter. But the node termination handler, cordons and drains the node immediately after receiving the spot interruption. But till the time the new node is provisioned all the pods are kept unscheduled. Since I am using the Karpenter it is not using the ASG.
What is the best way to manage the downtime while the node is provisioning?
Is there any way to cordon off the node as soon as Spot ITN is received and drain the pods when a new node is ready?
I really appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions