Open
Description
The kubectl fdb plugin supports to restart processes with a given condition currently the logic uses pkill fdbserver
. Additionally to this logic we should add an option to use the kill
command from FDB. using the kill
command has the benefit that all processes are restarted at once compared to a rolling restart that could introduce some availability issues.