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:
UDIT GAURAV
2020-07-17 16:53:19 +05:30
committed by GitHub
parent c0bfcb2e9b
commit 9a353c39a4
2 changed files with 38 additions and 16 deletions

View File

@@ -1,23 +1,44 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
createdAt: 2020-07-14T10:28:08Z
name: docker-service-kill
version: 0.1.1
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']
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'}
maintainers: ['ankur.ghosh3@wipro.com']
contributors: ['ankur.ghosh3@wipro.com']
links: ['https://docs.litmuschaos.io/docs/getstarted/']
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

View File

@@ -28,6 +28,7 @@ spec:
- kubelet-service-kill
- pod-network-duplication
- node-taint
- docker-service-kill
keywords:
- Kubernetes