(fix): Add md-field for categoryDescription and fixed package.yaml(openebs) (#29)

* added categoryDescription as md-content, fixed package.yaml(openebs)

Signed-off-by: daitya109 <adikid1996@gmail.com>
This commit is contained in:
Adi
2019-10-17 17:46:40 +05:30
committed by Chandan Kumar
parent e44d25abe9
commit b7b5abbe81
10 changed files with 16 additions and 7 deletions

View File

@@ -10,8 +10,10 @@ metadata:
support: https://slack.openebs.io/ support: https://slack.openebs.io/
spec: spec:
displayName: container-kill displayName: container-kill
categoryDescription: > categoryDescription: |
Container kill contains chaos to disrupt state of kubernetes resources. Experiments can inject random container delete failures against specified application. Container kill contains chaos to disrupt state of kubernetes resources. Experiments can inject random container delete failures against specified application.
- Executes SIGKILL on containers of random replicas of an application deployment.
- Tests deployment sanity (replica availability & uninterrupted service) and recovery workflows of the application pod.
keywords: keywords:
- Kubernetes - Kubernetes
- Container - Container

View File

@@ -1,4 +1,4 @@
packageName: kubernetes packageName: generic
experiments: experiments:
- name: pod-delete - name: pod-delete
CSV: pod-delete.chartserviceversion.yaml CSV: pod-delete.chartserviceversion.yaml

View File

@@ -11,8 +11,11 @@ metadata:
support: https://slack.kubernetes.io/ support: https://slack.kubernetes.io/
spec: spec:
displayName: pod-delete displayName: pod-delete
categoryDescription: > categoryDescription: |
Pod delete contains chaos to disrupt state of kubernetes resources. Experiments can inject random pod delete failures against specified application. Pod delete contains chaos to disrupt state of kubernetes resources. Experiments can inject random pod delete failures against specified application.
- Causes (forced/graceful) pod failure of random replicas of an application deployment.
- Tests deployment sanity (replica availability & uninterrupted service) and recovery workflows of the application pod.
keywords: keywords:
- Kubernetes - Kubernetes
- State - State

View File

@@ -10,8 +10,10 @@ metadata:
support: https://slack.kubernetes.io/ support: https://slack.kubernetes.io/
spec: spec:
displayName: pod-network-latency displayName: pod-network-latency
categoryDescription: > categoryDescription: |
Pod-network-latency contains chaos to disrupt network connectivity of kubernetes pods. Experiments can inject random network delays on the app replica pods. Pod-network-latency contains chaos to disrupt network connectivity of kubernetes pods. Experiments can inject random network delays on the app replica pods.
- Causes flaky access to application replica by injecting network delay using pumba.
- The application pod should be healthy once chaos is stopped. Service-requests should be served despite chaos.
keywords: keywords:
- Kubernetes - Kubernetes
- Network - Network

View File

@@ -10,8 +10,10 @@ metadata:
support: https://slack.kubernetes.io/ support: https://slack.kubernetes.io/
spec: spec:
displayName: pod-network-loss displayName: pod-network-loss
categoryDescription: > categoryDescription: |
Pod-network-loss contains chaos to disrupt network connectivity to kubernetes pods. Experiments can inject percentage packet loss on the app replica pods. Pod-network-loss contains chaos to disrupt network connectivity to kubernetes pods. Experiments can inject percentage packet loss on the app replica pods.
- Causes loss of access to application replica by injecting packet loss using pumba.
- The application pod should be healthy once chaos is stopped. Service-requests should be served (say, via alternate replicas) despite chaos.
keywords: keywords:
- Kubernetes - Kubernetes
- Network - Network

View File

@@ -1,5 +1,5 @@
packageName: openebs packageName: openebs
subcharts: experiments:
- name: openebs-pool-failure - name: openebs-pool-failure
CSV: openebs-pool-failure.chartserviceversion.yaml CSV: openebs-pool-failure.chartserviceversion.yaml
desc: "openebs-pool-failure" desc: "openebs-pool-failure"