40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
apiVersion: litmuchaos.io/v1alpha1
|
|
kind: ChartServiceVersion
|
|
metadata:
|
|
name: openebss-state
|
|
annotations:
|
|
categories: "OpenEBS"
|
|
vendor: "CNCF"
|
|
createdAt: 2019-08-12T10:28:08Z
|
|
repository: https://github.com/litmuschaos/community-charts
|
|
support: https://slack.openebs.io/
|
|
spec:
|
|
displayName: state
|
|
description: >
|
|
OpenEBS subchart stateChaos which contains chaos to disrupt state of openebs control-plane and data-plane resources. Experiments can inject random pod-level and container level-failures against specified openebs replicas. Install will add the following experiments
|
|
<br> - Target pod delete (target-pod-delete-exp.yaml)
|
|
|
|
keywords:
|
|
- Kubernetes
|
|
- State
|
|
- OpenEBS
|
|
version: {{ VERSION }}
|
|
maturity: alpha
|
|
maintainers:
|
|
- name: ksatchit
|
|
email: karthik.s@mayadata.io
|
|
minKubeVersion: 1.12.0
|
|
provider:
|
|
name: Mayadata
|
|
links:
|
|
- name: OpenEBS Website
|
|
url: https://openebs.io
|
|
- name: Source Code
|
|
url: https://github.com/openebs/openebs
|
|
icon:
|
|
- url: ""
|
|
mediatype: ""
|
|
experiments:
|
|
- target-pod-delete-exp.yaml
|
|
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/community-charts/master/charts/openebs/state/experiments/openebs_state_all_exp_crd.yaml
|