Skip to content

Commit ffe9959

Browse files
authored
Updated version to 2.9.0 in readme (#3607)
* Updated readme to 2.9.0 Signed-off-by: Amit Kumar Das <[email protected]> * Removed run.sh and updated readme Signed-off-by: Amit Kumar Das <[email protected]> * Added namespace scope links Signed-off-by: Amit Kumar Das <[email protected]> * Minor change Signed-off-by: Amit Kumar Das <[email protected]>
1 parent 725f85a commit ffe9959

File tree

2 files changed

+22
-49
lines changed

2 files changed

+22
-49
lines changed

litmus-portal/README.md

+22-6
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,23 @@ ChaosCenter provides console and UI experience for managing, monitoring, and eve
2222

2323
#### Applying k8s manifest
2424

25-
> Litmus-2.8.0 (Stable) Cluster Scope manifest
25+
> Litmus-2.9.0 (Stable) Cluster Scope manifest
2626
2727
```bash
28-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/2.8.0/mkdocs/docs/2.8.0/litmus-2.8.0.yaml
28+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/2.9.0/mkdocs/docs/2.9.0/litmus-2.9.0.yaml
29+
```
30+
31+
Or
32+
33+
> Litmus-2.9.0 (Stable) Namespaced Scope manifest.
34+
35+
```bash
36+
#Create a namespace eg: litmus
37+
kubectl create ns litmus
38+
#Install CRDs, if SELF_AGENT env is set to TRUE
39+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/2.9.0/litmus-portal-crds-2.9.0.yml
40+
#Install ChaosCenter
41+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/2.9.0/litmus-namespaced-2.9.0.yaml -n litmus
2942
```
3043

3144
Or
@@ -44,7 +57,7 @@ Or
4457
#Create a namespace eg: litmus
4558
kubectl create ns litmus
4659
#Install CRDs, if SELF_AGENT env is set to TRUE
47-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/2.8.0/litmus-portal/litmus-portal-crds.yml
60+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/litmus-portal-crds.yml
4861
#Install ChaosCenter
4962
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/namespace-k8s-manifest.yml -n litmus
5063
```
@@ -77,13 +90,16 @@ minikube -n $LITMUS_PORTAL_NAMESPACE --url litmusportal-frontend-service
7790

7891
Note: Default `username: admin` and `password: litmus`
7992

80-
### **User Guide for Litmus Portal**
93+
### **User Guide for ChaosCenter**
8194

82-
Litmus-Portal provides console or UI experience for managing, monitoring, and events round chaos workflows. Chaos workflows consist of a sequence of experiments run together to achieve the objective of introducing some kind of fault into an application or the Kubernetes platform.
95+
ChaosCenter provides console or UI experience for managing, monitoring, and events round chaos workflows. Chaos workflows consist of a sequence of experiments run together to achieve the objective of introducing some kind of fault into an application or the Kubernetes platform.
8396

8497
View the User Guide <b>[here](https://docs.litmuschaos.io/)</b>
8598

86-
### **Upgrade from 2.7.0 to 2.8.0**
99+
### **Local Development Guide for ChaosCenter**
100+
Local Development Guide for ChaosCenter can be found <b>[here](https://github.com/litmuschaos/litmus/wiki/ChaosCenter-Development-Guide)</b>
101+
102+
### **Upgrade from 2.8.0 to 2.9.0**
87103

88104
You can upgrade using the steps from [section here](https://docs.litmuschaos.io/docs/user-guides/upgrade)
89105

litmus-portal/run.sh

-43
This file was deleted.

0 commit comments

Comments
 (0)