hajowieland / charts

Helm repository for Chaos Mesh

Home Page:https://charts.chaos-mesh.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Helm repository for Chaos Mesh

https://charts.chaos-mesh.org

License:Apache License 2.0