refactors directory and file structure
Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
This commit is contained in:
33
experiments/pod-delete/pod-delete.chartserviceversion.yaml
Normal file
33
experiments/pod-delete/pod-delete.chartserviceversion.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
apiVersion: litmuschaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: pod-delete
|
||||
version: 0.1.0
|
||||
annotations:
|
||||
categories: pod-delete
|
||||
chartDescription: Pod delete fault disrupts the state of Kubernetes resources. This fault injects random pod delete failures against specified application.
|
||||
spec:
|
||||
displayName: Pod Delete
|
||||
categoryDescription: >
|
||||
Pod delete fault disrupts the state of Kubernetes resources. This fault injects 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.
|
||||
faults:
|
||||
- name: pod-delete
|
||||
description: Pod delete fault disrupts the state of Kubernetes resources. This fault injects random pod delete failures against specified application.
|
||||
keywords:
|
||||
- Kubernetes
|
||||
platforms:
|
||||
- GKE
|
||||
- Konvoy
|
||||
- Packet(Kubeadm)
|
||||
- Minikube
|
||||
- EKS
|
||||
- AKS
|
||||
- Kind
|
||||
- Rancher
|
||||
- OpenShift(OKD)
|
||||
icon:
|
||||
- url:
|
||||
mediatype: ""
|
Reference in New Issue
Block a user