aws-node-termination-handler icon indicating copy to clipboard operation
aws-node-termination-handler copied to clipboard

Parameterize kube-api-QPS and kube-api-burst in aws node termination handler similar to ebs-csi-controller

Open Venkat639 opened this issue 1 year ago • 0 comments

When the node-termination handler deletes the node, the Node transitions to the 'NotReady' state due to the unavailability of kubelet. Upon inspecting the logs, it appears that client-side throttling is the cause. To address this issue, it is recommended to parameterize kube-api-QPS and kube-api-burst, allowing users to configure values and mitigate client-side throttling problems

Venkat639 avatar Jun 12 '24 13:06 Venkat639