Skip to content

Commit 78a8c44

Browse files
author
Shubham Chaudhary
authored
Merge pull request #21 from oumkale/sdk
Updating readme for sdk
2 parents c4709fb + c444f05 commit 78a8c44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contribute/developer-guide/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The artifacts associated with a chaos-experiment are summarized below:
1313
- Submitted in litmuschaos/chaos-charts repository, under the *chaos_category* folder
1414

1515
- Experiment custom resource (CR) (holds experiment-specific chaos parameters & experiment entrypoint)
16-
- Experiment ChartServiceVersion (holds experiment metadata that will be rendered on [charthub](hub.litmuschaos.io))
16+
- Experiment ChartServiceVersion (holds experiment metadata that will be rendered on [charthub](https://hub.litmuschaos.io/))
1717
- Experiment RBAC (holds experiment-specific ServiceAccount, Role and RoleBinding)
1818
- Experiment Engine (holds experiment-specific chaosengine)
1919

@@ -237,6 +237,7 @@ Follow the steps provided below to setup okteto & test the experiment execution.
237237
'experiments/sample_category/sample_exec_chaos',
238238
'experiments/sample_category/sample_exec_chaos/experiment',
239239
```
240+
- Add `&` operator in the end of kill command `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`. As we are running chaos command as a background process in separate thread.
240241
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
241242
- Then go to root(litmus-python) and run `python3 setup.py install`
242243

0 commit comments

Comments
 (0)