Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

livewyer-ops/litmuschaos-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

litmuschaos-demo

This demo was tested with litmuschaos v1.13.0.

Install the Litmuschaos Operator

helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
kubectl create ns litmus
helm install chaos litmuschaos/litmus --namespace=litmus

Install the Chaos Experiments

kubectl create ns $DEMO-NAMESPACE
kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.13.0?file=charts/generic/experiments.yaml -n $DEMO-NAMESPACE

Deploy the Demo Chart

helm install $RELEASE_NAME ./demo-chart -n $DEMO-NAMESPACE

Run the Helm Chart Test

helm test $RELEASE_NAME -n $DEMO-NAMESPACE --logs --debug

References