- Install helm3
- Kubernetes >= 1.17
The following steps will help you install CLE via helm.
helm repo add chaosnative https://charts.chaosnative.com
helm repo list
Output:
NAME URL
chaosnative https://charts.chaosnative.com
kubectl create ns litmus
helm install -n litmus chaosnative chaosnative/cle
Output:
NAME: chaosnative
LAST DEPLOYED: Mon Dec 6 01:43:14 2021
NAMESPACE: litmus
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing cle 😀
Your release is named chaosnative and it's installed to namespace: litmus.
Visit https://chaosnative.com to find more info.
helm uninstall chaosnative --namespace=litmus
Output:
release "chaosnative" uninstalled