maksim-paskal / aks-node-termination-handler

Gracefully handle Azure Virtual Machines shutdown within Kubernetes
Apache License 2.0
38 stars 6 forks source link

exclude freeze events from drain node #48

Closed maksim-paskal closed 1 year ago

maksim-paskal commented 1 year ago

add new frag -drainOnFreezeEvent if enabled - that will drain node on Freeze event, with this changes - all next nodes will not drain on Freeze event

also this PR logs all received scheduled events in node "events" section - you can view latest events with:

kubectl describe node <node>

Closes: #43