diff options
author | Christian Segundo | 2023-10-07 06:52:49 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-07 06:52:49 +0200 |
commit | dc45fc9d0c3ebed0c1340082b1d194fea66cd1ad (patch) | |
tree | 7e5cedfcaf57676e12b0d79704a010f6eb5da44b | |
download | krash-dc45fc9d0c3ebed0c1340082b1d194fea66cd1ad.tar.gz |
First commit
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -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 <node-name> [-r|--reboot] + +Or use it as a kubectl plugin: + + $ kubectl node-crash ... + + + |