update(csv): Update chartServiceVersion for docker kill experiment (#268)
* update(csv): Update cvs for docker kill experiment Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
This commit is contained in:
@@ -1,23 +1,44 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: docker-service-kill
|
||||
version: 0.1.1
|
||||
createdAt: 2020-07-14T10:28:08Z
|
||||
name: docker-service-kill
|
||||
version: 0.1.0
|
||||
annotations:
|
||||
categories: docker-service-kill
|
||||
repository: https://github.com/litmuschaos/litmus-ansible/tree/master/generic/docker-service-kill
|
||||
support: https://kubernetes.slack.com/messages/CNXNB0ZTN
|
||||
categories: Kubernetes
|
||||
vendor: CNCF
|
||||
support: https://slack.kubernetes.io/
|
||||
spec:
|
||||
displayName: docker-service-kill
|
||||
categoryDescription: >
|
||||
Randomly stops Docker services temporarily
|
||||
keywords: ['pods', 'kubernetes', 'nginx']
|
||||
maturity: alpha
|
||||
minKubeVersion: 1.12.0
|
||||
provider: {'name': 'Wipro'}
|
||||
maintainers: ['ankur.ghosh3@wipro.com']
|
||||
contributors: ['ankur.ghosh3@wipro.com']
|
||||
links: ['https://docs.litmuschaos.io/docs/getstarted/']
|
||||
displayName: docker-service-kill
|
||||
categoryDescription: |
|
||||
docker-service-kill contains killing docker service gracefully for a certain chaos duration.
|
||||
- Causes replicas may be evicted or becomes unreachable on account on nodes turning unschedulable (Not Ready) due to docker service kill.
|
||||
- The application node should be healthy once chaos is stopped and the services are reaccessable.
|
||||
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Node
|
||||
- Service
|
||||
- Docker
|
||||
|
||||
platforms:
|
||||
- GKE
|
||||
maturity: alpha
|
||||
maintainers:
|
||||
- name: Ankur Ghosh
|
||||
email: ankur.ghosh3@wipro.com
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Wipro
|
||||
links:
|
||||
- name: Source Code
|
||||
url: https://github.com/litmuschaos/litmus-ansible/tree/master/experiments/generic/docker_service_kill
|
||||
- name: Documentation
|
||||
url: https://docs.litmuschaos.io/docs/docker-service-kill/
|
||||
- name: Video
|
||||
url:
|
||||
|
||||
icon:
|
||||
- url:
|
||||
- base64data: ""
|
||||
mediatype: ""
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/docker-service-kill/experiment.yaml
|
||||
|
Reference in New Issue
Block a user