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

A solution to gracefully handle GCE VM terminations in kubernetes clusters

Results 21 k8s-node-termination-handler issues
Sort by recently updated
recently updated
newest added

The current README states this handler is deprecated in favor of the new Graceful Node Shutdown: > ⚠️ Deprecation Notice > As of Kubernetes 1.20, Graceful Node Shutdown replaces the...

``` ✗ kubectl -n kube-system exec -it pod/node-termination-handler-s8nkk -- sh /app # apk add curl ... OK: 7 MiB in 19 packages /app # curl -X POST -H 'Content-type: application/json'...

These are not namespaced objects. It seems kubectl silently strips the namespace, but other tools are more strict and this causes problems.

Hi, I got preemptible nodes with more than 40 pods. For some reason is not able to delete all the pods. It starts and when it has deleted around 20...

Hi Team, There is scenario where many of our containers may take more than 30 secs to start. In other words, 30 seconds (probably) will not be enough for new...

I am using the tool, and I have created a Helm Chart to deploy it. I think it can be useful to others. For this reason, I have created this...

Does this expose an OpenMetrics endpoint? If not that would be a great feature addition.

Signed-off-by: Maxim Valiarovski