From dc45fc9d0c3ebed0c1340082b1d194fea66cd1ad Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 7 Oct 2023 06:52:49 +0200 Subject: First commit --- README | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c03bc86 --- /dev/null +++ b/README @@ -0,0 +1,37 @@ +krash +===== + +Crash nodes on demand. +Because sometimes, you have to break stuff to debug. + +Dependencies +------------ + +* kubectl + +Installation +------------ + +Installing krash requires a working Autotools setup. + +a) To install it from a cloned repository: + + $ aclocal + $ autoconf + $ automake --add-missing + $ ./configure + $ make install + +Usage +----- + +Just use the krash command followed by a node: + + $ krash [-r|--reboot] + +Or use it as a kubectl plugin: + + $ kubectl node-crash ... + + + -- cgit v1.2.3