From 07708a843d265398af9d605f9faa51df41bb6538 Mon Sep 17 00:00:00 2001 From: Your Full Name Date: Tue, 27 Feb 2024 23:42:02 -0800 Subject: [PATCH] Improving litmus-docs by some characteristics and experiment creation Signed-off-by: Your Full Name --- website/docs/user-guides/schedule-experiment.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/docs/user-guides/schedule-experiment.md b/website/docs/user-guides/schedule-experiment.md index dd3444b2..7f18ee28 100644 --- a/website/docs/user-guides/schedule-experiment.md +++ b/website/docs/user-guides/schedule-experiment.md @@ -127,6 +127,18 @@ You can select Advanced Options on the Experiment Builder tab to configure the a advanced-options-experiment-creation +### Experiment Creation + +When creating an experiment, it's imperative to include the Resilience Probe as part of the setup. This step is now mandatory to ensure accurate chaos injection and monitoring during the experiment. Follow these steps to add the probe to the experiment configuration: + +1. **Identify Chaos Injection Points**: Determine the points within your system where chaos will be injected. + +2. **Select Resilience Probe**: Choose the appropriate Resilience Probe that aligns with your experimentation goals and the type of chaos you want to inject as discussed above. + +3. **Integrate Probe into Experiment YAML**: Add the Resilience Probe configuration to your experiment YAML file. Ensure that the probe is properly configured and referenced within the experiment setup. + +4. **Validate Experiment Configuration**: Before initiating the experiment, validate the experiment configuration to ensure that the Resilience Probe is correctly included and configured. + ## General options ### Node Selector