-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: DongYoung Kim <[email protected]>
- Loading branch information
Showing
3 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: "locust-loadgen" | ||
version: "0.1.0" | ||
category: "load" | ||
repository: "https://github.com/litmuschaos/litmus-go/tree/master/load/locust" | ||
community: "https://kubernetes.slack.com/messages/CNXNB0ZTN" | ||
description: "it execs inside target pods to run the chaos inject commands, waits for the chaos duration and reverts the chaos" | ||
keywords: | ||
- "pods" | ||
- "kubernetes" | ||
- "sample-category" | ||
- "exec" | ||
platforms: | ||
- Minikube | ||
scope: "Namespaced" | ||
auxiliaryappcheck: false | ||
permissions: | ||
- apigroups: | ||
- "" | ||
- "batch" | ||
- "apps" | ||
- "litmuschaos.io" | ||
resources: | ||
- "jobs" | ||
- "pods" | ||
- "pods/log" | ||
- "events" | ||
- "deployments" | ||
- "replicasets" | ||
- "pods/exec" | ||
- "chaosengines" | ||
- "chaosexperiments" | ||
- "chaosresults" | ||
verbs: | ||
- "create" | ||
- "list" | ||
- "get" | ||
- "patch" | ||
- "update" | ||
- "delete" | ||
- "deletecollection" | ||
maturity: "alpha" | ||
maintainers: | ||
- name: "ispeakc0de" | ||
email: "[email protected]" | ||
provider: | ||
name: "ChaosNative" | ||
minkubernetesversion: "1.12.0" | ||
references: | ||
- name: Documentation | ||
url: "https://docs.litmuschaos.io/docs/getstarted/" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters