Skip to content

Commit

Permalink
Update node-scenario docs with new parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Naga Ravi Chaitanya Elluri <[email protected]>
  • Loading branch information
chaitanyaenr committed Nov 18, 2024
1 parent a3a16eb commit 278f3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/node-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ LABEL_SELECTOR | Node label to target
NODE_NAME | Node name to inject faults in case of targeting a specific node; Can set multiple node names separated by a comma | "" |
INSTANCE_COUNT | Targeted instance count matching the label selector | 1 |
RUNS | Iterations to perform action on a single node | 1 |
PARALLEL | Run action on label or node name in parallel or sequential, set to true for parallel | false |

CLOUD_TYPE | Cloud platform on top of which cluster is running, supported platforms - aws, vmware, ibmcloud, bm | aws |
TIMEOUT | Duration to wait for completion of node scenario injection | 180 |
DURATION | Duration to stop the node before running the start action - not supported for vmware and ibm cloud type | 120 |
Expand Down
2 changes: 1 addition & 1 deletion node-scenarios/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NOde Scenario Docs
# Node Scenario Docs

See [doc](https://github.com/redhat-chaos/krkn-hub/blob/main/docs/node-scenarios.md) for how to run and all the variables listed

0 comments on commit 278f3ff

Please sign in to comment.