kube-hetzner / terraform-hcloud-kube-hetzner

Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
MIT License
2.43k stars 371 forks source link

[Bug/Issue]: kured may get stuck #1117

Closed Timeraa closed 11 months ago

Timeraa commented 11 months ago

I had the issue that kured got stuck because of an autoscaled node being killed and I had to unlock it manually, I checked the arguments of kured and I don't see this option being set and from what I can read out of the documentation kured highly recommends this to be set when using the cluster autoscaler. So I think this should be set as an argument by default on kured

These are the default arguments of kured:

image

This is taken from kured's documentation: https://kured.dev/docs/operation/#automatic-unlock

image
mysticaltech commented 11 months ago

Super valuable! Thanks for the share @Timeraa.