fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

Make use of kill cmd in restart subcommand

Open johscheuer opened this issue 4 years ago • 0 comments

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.

johscheuer avatar Jul 05 '21 08:07 johscheuer