Releases: litmuschaos/litmus
Releases · litmuschaos/litmus
0.7.0-RC1
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
0.6.0
Getting Started
Whats's new
- Support for KubernetesVersion and OpenEBSVersion in ChaosExporter
- Added BDD tests for ChaosOperator and ChaosExporter
- Released Chaos Hub to render chaos charts (OpenEBS and k8s chart)
Prerequisites to install
- Make sure you have a healthy Kubernetes Cluster.
- Make sure that you are in the admin context in order to setup RBAC.
- Make sure you have setup Helm (with Tiller) on your k8s cluster. From installing Tiller, please follow here: https://github.com/litmuschaos/chaos-charts/blob/master/README.md
- Make sure that you don't have any prior instance of LitmusChaos CRDS like ChaosEngine, ChaosExperiment, ChaosResult, LitmusResult. so that you don't face any failure while installing HELM commands.
Install using kubectl
// Installing RBAC for authorization
kubectl create -f https://raw.githubusercontent.com/litmuschaos/chaos-operator/v0.6/deploy/rbac.yaml
// Installing required CRDS
kubectl create -f https://raw.githubusercontent.com/litmuschaos/chaos-operator/v0.6/deploy/chaos_crds.yaml
// Deploying chaos operator
kubectl create -f https://raw.githubusercontent.com/litmuschaos/chaos-operator/v0.6/deploy/operator.yaml
OR
Install using Helm Charts
helm repo add litmuschaos https://litmuschaos.github.io/chaos-charts
helm repo update
helm install litmuschaos/litmus --namespace=litmus
For more details refer to the documentation at https://docs.litmuschaos.io