Releases: litmuschaos/chaos-exporter
Releases · litmuschaos/chaos-exporter
1.4.0-RC1
Added go.mod and deprecated dep (#62) * Added go.mod and deprecated dep Signed-off-by: Rahul M Chheda <[email protected]>
1.3.0
Cherry pick for v1.3.x (#57) * (fix)ci: typo in make target (#55) Signed-off-by: ksatchit <[email protected]> * (chore) Added proper Documentation for updated chaos-exporter (#56) * (chore) Added proper Documentation for updated chaos-exporter Signed-off-by: Rahul M Chheda <[email protected]> * (fix)bdd : Fixed BDD URL issues Signed-off-by: Rahul M Chheda <[email protected]> Co-authored-by: Karthik Satchitanand <[email protected]>
1.3.0-RC1
Change scope of Chaos-Exporter to Clusterwide (#50) * (feat) Replacing ChaosMetrics to gather ClusterWideMetrics - Added GaugeVec to EngineMetrics - Created GaugeVec got ClusterMetrics - Refactor code Signed-off-by: Rahul M Chheda <[email protected]>
1.2.0
(fix) ignore application UUID for infra chaos (#44) Signed-off-by: ksatchit <[email protected]>
1.2.0-RC1
(fix) ignore application UUID for infra chaos (#44) Signed-off-by: ksatchit <[email protected]>
1.1.0
(fix) ignore application UUID for infra chaos (#44) (#45) Signed-off-by: ksatchit <[email protected]>
1.1.0-RC2
(fix) ignore application UUID for infra chaos (#44) (#45) Signed-off-by: ksatchit <[email protected]>
1.1.0-RC1
(chore) Update Vendor Dependencies (#43) Signed-off-by: Rahul M Chheda <[email protected]>
1.0.0
1.0.0-RC2
Getting Started
Prerequisites to install
- Make sure you have a healthy Kubernetes Cluster.
- Kubernetes 1.11+ is installed
Installation
kubectl apply -f https://litmuschaos.github.io/pages/litmus-operator-latest.yaml
Verify your installation
-
Verify if the chaos operator is running
kubectl get pods -n litmus
-
Verify if chaos CRDs are installed
kubectl get crds | grep chaos
-
Verify if the chaos experiments are installed.
kubectl get chaosexperiments
For more details refer to the documentation at Docs