Skip to content

Commit

Permalink
Improving litmus-docs by some characteristics and experiment creation
Browse files Browse the repository at this point in the history
Signed-off-by: Your Full Name <[email protected]>
  • Loading branch information
Your Full Name committed Feb 28, 2024
1 parent 7761f0e commit 07708a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docs/user-guides/schedule-experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ You can select Advanced Options on the Experiment Builder tab to configure the a
<img src={require('../assets/user-guides/injecting-fault/schedule-workflow/advanced-options-experiment-creation.png').default} alt="advanced-options-experiment-creation" />
</figure>

### 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
Expand Down

0 comments on commit 07708a8

Please sign in to comment.