Chaos Mesh Helm repository
Add Chaos Mesh repository to Helm repos:
helm repo add chaos-mesh https://charts.chaos-mesh.org
Search available version:
helm search repo chaos-mesh
Install Chaos Mesh
- For helm 2.X
helm install chaos-mesh/chaos-mesh --name=chaos-mesh --namespace=chaos-testing
- For helm 3.X
kubectl create ns chaos-testing
helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-testing
For more details on installing Chaos Mesh please see the chart readme.