-
Notifications
You must be signed in to change notification settings - Fork 114
docs(litmusctl): update create chaos experiment usage (closes #344) #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs(litmusctl): update create chaos experiment usage (closes #344) #367
Conversation
…haos#344) Signed-off-by: vatsalm1611 <[email protected]>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for docs-litmuschaos ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
--- | ||
|
||
## litmusctl quick syntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this syntax part as it is already covered in the previous doc. Start with step 1 directly.
|
||
--- | ||
|
||
## 6. Verify the experiment & runs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove everything after 5th step, as that content will go in the additional commands docs
litmusctl save chaos-experiment -f custom-litmus-experiment.yaml --project-id "<project-id>" | ||
``` | ||
|
||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove horizontal lines after each step
Got it, I'll make the requested changes. |
…eedback (keep only steps 1–5) Signed-off-by: vatsalm1611 <[email protected]>
Updated as per reviewer feedback ✅
Ready for re-review. |
What this PR does / why we need it:
This PR updates the
website/docs/litmusctl/create-chaos-experiment.md
file.Earlier it only had a short pointer link, now it includes a complete step-by-step guide for creating, saving, running and verifying Chaos Experiments using
litmusctl
.Which issue this PR fixes (optional, in
fixes #<issue number>
format):fixes #344
Special notes for your reviewer:
embedmd
on docs before commit.Checklist:
documentation
tag