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 apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion kind: ChartServiceVersion
metadata: metadata:
name: docker-service-kill createdAt: 2020-07-14T10:28:08Z
version: 0.1.1 name: docker-service-kill
version: 0.1.0
annotations: annotations:
categories: docker-service-kill categories: Kubernetes
repository: https://github.com/litmuschaos/litmus-ansible/tree/master/generic/docker-service-kill vendor: CNCF
support: https://kubernetes.slack.com/messages/CNXNB0ZTN support: https://slack.kubernetes.io/
spec: spec:
displayName: docker-service-kill displayName: docker-service-kill
categoryDescription: > categoryDescription: |
Randomly stops Docker services temporarily docker-service-kill contains killing docker service gracefully for a certain chaos duration.
keywords: ['pods', 'kubernetes', 'nginx'] - Causes replicas may be evicted or becomes unreachable on account on nodes turning unschedulable (Not Ready) due to docker service kill.
maturity: alpha - The application node should be healthy once chaos is stopped and the services are reaccessable.
minKubeVersion: 1.12.0
provider: {'name': 'Wipro'} keywords:
maintainers: ['ankur.ghosh3@wipro.com'] - Kubernetes
contributors: ['ankur.ghosh3@wipro.com'] - Node
links: ['https://docs.litmuschaos.io/docs/getstarted/'] - 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: icon:
- url: - base64data: ""
mediatype: "" 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 - kubelet-service-kill
- pod-network-duplication - pod-network-duplication
- node-taint - node-taint
- docker-service-kill
keywords: keywords:
- Kubernetes - Kubernetes