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 logs don't seem to all follow a structured output which makes it really hard to follow what's happening when you're trying to debug an issue, would it be possible...

We are testing how to use Preemptible VM in GKE with this project. In the Preemptible VM document [here](https://cloud.google.com/compute/docs/instances/preemptible) said, > Compute Engine sends a preemption notice to the instance...

Hi, I just deployed your application, created a Helm chart for it, but I get this error with your ClusterRole: `I0114 09:24:30.253282 10558 round_trippers.go:405] GET https://10.92.128.1:443/api/v1/nodes/gke-dashur-dev-dashur-dev-nodepool-2c0fca4c-xjcv 403 Forbidden in 22...

Hi there, Does this handle simulated terminations via Stopping a preemptible instance manually? Initial test seems to suggest not, node was not being drained If not, how can we test...

What is the API that it uses to know that the node will be down after 30 seconds? Can you please share the URL of the API so that we...

Instead of deleting the pod, why not evicting it? [Evicting](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) the pod would be better since it would respect any PDBs targeting the pod.

Now after removing the VM, the cluster waits another 5 minutes for the node to return. Since this wait is meaningless, we can immediately notify the cluster about this by...

Story: I built my own node-termination-handler from master/head and tried to use deploy/k8s.yaml to bring up the node-termination-handler pods. I encountered the error below: ```bash I0417 20:56:13.190654 40157 main.go:109] Using...

Hi, I would love to use this termination handler, but in the readme is written the following: > This agent is not production hardened yet and so use it with...