diff options
author | Christian Segundo | 2023-10-07 07:03:07 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-07 07:03:07 +0200 |
commit | d0d80cda7693d4130644e775275ba037bb031fd1 (patch) | |
tree | 5fbbb31cdf0553e727a811f422e712d6521a0eef | |
download | krash-d0d80cda7693d4130644e775275ba037bb031fd1.tar.gz |
add readme
-rw-r--r-- | index.7 | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +.Dd Oct 7, 2023 +.Dt INDEX 7 +.Os "Christian Segundo" +. +.Sh NAME +.Nm krash +.Nd crash Kubernetes on demand +. +.Sh DESCRIPTION +.Nm +deliberately crash nodes for debugging purposes +and simulate real-world issues. +. +.Ss Source Code +.Bl -bullet -compact +.It +download current or past +.Lk /Kubernetes/krash/refs/tags releases +.It +clone the repo: +.Dl git clone https://git.segundo.io/Kubernetes/krash +.Ik +see the included +.Lk /Kubernetes/krash/tree/README README +for instructions +.El |