Skip to content

Commit 07708a8

Browse files
author
Your Full Name
committed
Improving litmus-docs by some characteristics and experiment creation
Signed-off-by: Your Full Name <[email protected]>
1 parent 7761f0e commit 07708a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

website/docs/user-guides/schedule-experiment.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,18 @@ You can select Advanced Options on the Experiment Builder tab to configure the a
127127
<img src={require('../assets/user-guides/injecting-fault/schedule-workflow/advanced-options-experiment-creation.png').default} alt="advanced-options-experiment-creation" />
128128
</figure>
129129

130+
### Experiment Creation
131+
132+
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:
133+
134+
1. **Identify Chaos Injection Points**: Determine the points within your system where chaos will be injected.
135+
136+
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.
137+
138+
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.
139+
140+
4. **Validate Experiment Configuration**: Before initiating the experiment, validate the experiment configuration to ensure that the Resilience Probe is correctly included and configured.
141+
130142
## General options
131143

132144
### Node Selector

0 commit comments

Comments
 (0)