Directory restructure to add scenarios and experiments (#559)
* Updated dir struture with scenarios and experiments dir Signed-off-by: Amit Kumar Das <amit.das@harness.io> * Added icons Signed-off-by: Amit Kumar Das <amit.das@harness.io>
This commit is contained in:
101
experiments/generic/generic.chartserviceversion.yaml
Normal file
101
experiments/generic/generic.chartserviceversion.yaml
Normal file
@@ -0,0 +1,101 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
createdAt: 2019-09-26T10:28:08Z
|
||||
name: generic
|
||||
version: 0.1.16
|
||||
annotations:
|
||||
categories: Kubernetes
|
||||
chartDescription: Injects generic kubernetes chaos
|
||||
spec:
|
||||
displayName: Generic Chaos
|
||||
categoryDescription: >
|
||||
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easier management and discovery. It will install all the experiments which can be used to inject chaos into containerized applications.
|
||||
|
||||
experiments:
|
||||
- name: pod-delete
|
||||
description: "deletes a k8s pod"
|
||||
- name: container-kill
|
||||
description: "deletes a container in a k8s pod"
|
||||
- name: pod-cpu-hog
|
||||
description: ""
|
||||
- name: pod-network-loss
|
||||
description: ""
|
||||
- name: pod-network-latency
|
||||
description: ""
|
||||
- name: pod-network-corruption
|
||||
description: ""
|
||||
- name: node-drain
|
||||
description: ""
|
||||
- name: node-cpu-hog
|
||||
description: ""
|
||||
- name: disk-fill
|
||||
description: ""
|
||||
- name: node-memory-hog
|
||||
description: ""
|
||||
- name: pod-memory-hog
|
||||
description: ""
|
||||
- name: kubelet-service-kill
|
||||
description: ""
|
||||
- name: pod-network-duplication
|
||||
description: ""
|
||||
- name: node-taint
|
||||
description: ""
|
||||
- name: docker-service-kill
|
||||
description: ""
|
||||
- name: pod-autoscaler
|
||||
description: ""
|
||||
- name: node-io-stress
|
||||
description: ""
|
||||
- name: pod-io-stress
|
||||
description: ""
|
||||
- name: node-restart
|
||||
description: ""
|
||||
- name: pod-dns-error
|
||||
description: ""
|
||||
- name: pod-dns-spoof
|
||||
description: ""
|
||||
- name: pod-cpu-hog-exec
|
||||
description: ""
|
||||
- name: pod-memory-hog-exec
|
||||
description: ""
|
||||
- name: pod-network-partition
|
||||
description: ""
|
||||
- name: pod-http-latency
|
||||
description: ""
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- K8S
|
||||
- Container
|
||||
- Node
|
||||
- Pod
|
||||
- Disk
|
||||
- IO
|
||||
- Filesystem
|
||||
- Network
|
||||
- CPU
|
||||
- Memory
|
||||
- Stress
|
||||
- Service
|
||||
- DNS
|
||||
- Scale
|
||||
- Http
|
||||
maintainers:
|
||||
- name: ksatchit
|
||||
email: karthik.s@mayadata.io
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Kubernetes Website
|
||||
url: https://kubernetes.io
|
||||
- name: Source Code
|
||||
url: https://github.com/kubernetes/kubernetes
|
||||
- name: Kubernetes Slack
|
||||
url: https://slack.kubernetes.io/
|
||||
- name: Documentation
|
||||
url: https://litmuschaos.github.io/litmus/experiments/categories/contents/#generic
|
||||
icon:
|
||||
- url: https://raw.githubusercontent.com/litmuschaos/charthub.litmuschaos.io/master/public/litmus.ico
|
||||
mediatype: image/png
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/experiments.yaml
|
Reference in New Issue
Block a user