Skip to content

Commit

Permalink
Merge branch 'krkn-chaos:main' into main
Browse files Browse the repository at this point in the history
tsebastiani authored Nov 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 3adfed9 + 278f3ff commit d0c7766
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
@@ -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 |
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 d0c7766

Please sign in to comment.