blob: c03bc86cddd37062e573d06cb389a8615e5fdba6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 ...
|