Add chart[Openebs]: openebs-pool-failure
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
@@ -5,10 +5,9 @@ description:
|
|||||||
Kill the pool pod and check if gets scheduled again
|
Kill the pool pod and check if gets scheduled again
|
||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
|
||||||
litmuschaos.io/name: kubernetes
|
|
||||||
name: openebs-pool-failure
|
name: openebs-pool-failure
|
||||||
namespace: litmus
|
namespace: litmus
|
||||||
|
version: {{ VERSION }}
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
args:
|
args:
|
||||||
@@ -41,7 +40,7 @@ spec:
|
|||||||
configmaps:
|
configmaps:
|
||||||
- name: pool-failure
|
- name: pool-failure
|
||||||
data:
|
data:
|
||||||
parameters.yml:
|
parameters.yml: |
|
||||||
litmusbook: /experiments/chaos/openebs_pool_failure/run_litmus_test.yml
|
litmusbook: /experiments/chaos/openebs_pool_failure/run_litmus_test.yml
|
||||||
|
|
||||||
|
|
@@ -0,0 +1,34 @@
|
|||||||
|
apiVersion: litmuchaos.io/v1alpha1
|
||||||
|
kind: ChartServiceVersion
|
||||||
|
metadata:
|
||||||
|
name: openebs-pool-failure
|
||||||
|
annotations:
|
||||||
|
categories: "OpenEBS"
|
||||||
|
vendor: "CNCF"
|
||||||
|
createdAt: 2019-10-03T10:28:08Z
|
||||||
|
repository: https://github.com/litmuschaos/community-charts
|
||||||
|
support: https://slack.openebs.io/
|
||||||
|
spec:
|
||||||
|
displayName: Openebs-Pool-Failure
|
||||||
|
description: >
|
||||||
|
openebs pool failure contains chaos to disrupt state of openebs control-plane and data-plane resources. Experiments can inject random pod delete against openebs pool pod.
|
||||||
|
keywords:
|
||||||
|
- Kubernetes
|
||||||
|
- Pool
|
||||||
|
- OpenEBS
|
||||||
|
version: {{ VERSION }}
|
||||||
|
maturity: alpha
|
||||||
|
maintainers:
|
||||||
|
- name: shubham
|
||||||
|
email: shubham.chaudhary@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: ""
|
Reference in New Issue
Block a user