aws-node-termination-handler
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
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