You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/litmusctl/create-chaos-experiment.md
+64-2Lines changed: 64 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,69 @@ title: Create Chaos Experiment
4
4
sidebar_label: Create Chaos Experiment
5
5
---
6
6
7
+
# Create a Chaos Experiment (litmusctl)
7
8
8
-
This guide demonstrates how to create and run chaos experiments using litmusctl. You can create experiments using manifest files and manage them through the command line interface.
9
+
This document explains how to create and manage Chaos Experiments using `litmusctl`.
9
10
10
-
Follow this [guide](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md#steps-to-create-a-chaos-experiment) to create Chaos Experiment.
11
+
> **Prerequisite:** You should have a configured `litmusctl` account. See `litmusctl config set-account` to add an account.
0 commit comments