:question: Update a Cluster with delay between nod...
# kubernetes
a
Update a Cluster with delay between nodes Is it possible to delay update between Nodes? I have a Cluster, which hosts Pulsar. The Cluster is provisioned with the Hetzner provider. I have very bad experiences restarting the Nodes to fast, because Pulsar needs to replicate its data. It gets unstable, if a node is drained before the replicationprocess has finished. Thats is why I want to wait 10 minutes, until the next Node gets updated. Is there a way to achieve this delay? how is the procedure in similar situations?