add kubernetes chaos metadata files (#4)

Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2019-08-12 21:00:54 +05:30
committed by Uma Mukkara
parent 156c1bb03f
commit e2c0c11335
4 changed files with 139 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
packageName: kubernetes
subcharts:
- name: statechaos
CSV: statechaos.v0.1.0.chartserviceversion.yaml
- name: networkchaos
CSV: networkchaos.v0.1.0.chartserviceversion.yaml

File diff suppressed because one or more lines are too long

View File

@@ -37,14 +37,11 @@ spec:
with application and component-level health checks defined as exit-criteria. A brief overview
of the available sub-charts is provided below.
* **TargetChaos** - A storage orchestrator which integrates into Kubernetes workflow to help provision
and manage OpenEBS Jiva & cStor (storage engine) volumes
* **TargetChaos** - Injects state & network chaos on OpenEBS iSCSI target pods
* **PoolChaos** - A Kubernetes external storage provisioner that utilizes APIs exposed by maya-apiserver
to perform provision & delete operations of Jiva & cStor volumes
* **ControlPlaneChaos** - A dynamic provisioner for Kubernetes Local PVs
* **PoolChaos** - Injects state, network and disk chaos on OpenEBS sparse & zfs based storage pool pods
* **ControlPlaneChaos** - Injects state, network chaos & api failures on maya apiserver, provisioner & other components
## Getting Started