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 ...