From e5c5b35db3881a4bee516fe5e60db1597831b635 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Sun, 27 Oct 2024 22:33:31 -0400 Subject: [PATCH] Update kube-burner references to krkn Signed-off-by: Naga Ravi Chaitanya Elluri --- docs/SLOs_validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SLOs_validation.md b/docs/SLOs_validation.md index 09905931..dbe9f8d7 100644 --- a/docs/SLOs_validation.md +++ b/docs/SLOs_validation.md @@ -38,11 +38,11 @@ A couple of [alert profiles](https://github.com/redhat-chaos/krkn/tree/main/conf severity: critical ``` -Kube-burner supports setting the severity for the alerts with each one having different effects: +Krkn supports setting the severity for the alerts with each one having different effects: ``` info: Prints an info message with the alarm description to stdout. By default all expressions have this severity. warning: Prints a warning message with the alarm description to stdout. -error: Prints a error message with the alarm description to stdout and makes kube-burner rc = 1 +error: Prints a error message with the alarm description to stdout and sets Krkn rc = 1 critical: Prints a fatal message with the alarm description to stdout and exits execution inmediatly with rc != 0 ```