From dad4039f271cfe67dd10a07eef57cc618f2a01b6 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Fri, 22 Apr 2022 00:55:14 -0400 Subject: [PATCH] Add chaos testing guide github pages link Chaos testing guide is hosted using github pages at https://cloud-bulldozer.github.io/krkn/. This commit adds a pointer to the readme for reference. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c961065b..57f61f00 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,15 @@ Kraken injects deliberate failures into Kubernetes/OpenShift clusters to check i ### Chaos Testing Guide -TODO: add a link to the hosted github pages once setup [Guide](docs/index.md) encapsulates: - Test methodology that needs to be embraced -- Best practices that an OpenShift cluster, platform and applications running on top of it should take into account for best user experience, performance, resilience and reliability. +- Best practices that an OpenShift cluster, platform and applications running on top of it should take into account for best user experience, performance, resilience and reliability - Tooling - Scenarios supported -- Test environment recommendations as to how and where to run chaos tests. +- Test environment recommendations as to how and where to run chaos tests +- Chaos testing in practice + +The guide is hosted at [https://cloud-bulldozer.github.io/krkn/](https://cloud-bulldozer.github.io/krkn/). ### How to Get Started