TL;DR
Add/remove a taint for a non-graceful node shutdown
Expected behavior
During an outage of a physical server that hosts any particular HCloud server a respective k8s node is detected of being unavailable, but not tainted as such. This degrades a k8s cluster, where some workloads are not available, but not moved to the healthy nodes. See non-graceful-node-shutdown.
Tainting a such node by the HCCM with the node.kubernetes.io/out-of-service and either NoExecute or NoSchedule effect would provide an automated handling of a fault.