Skip to content

Commit

Permalink
Adding manifest and readme for litmus-3.0.0-beta4 (#3898)
Browse files Browse the repository at this point in the history
* Adding manifest and readme for litmus-3.0.0-beta4

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

* Updating tag of event tracker

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

---------

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>
  • Loading branch information
Adarshkumar14 committed Feb 15, 2023
1 parent 6e160c3 commit 9efec44
Show file tree
Hide file tree
Showing 6 changed files with 6,083 additions and 5 deletions.
10 changes: 5 additions & 5 deletions litmus-portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ ChaosCenter provides console and UI experience for managing, monitoring, and eve

#### Applying k8s manifest

> Litmus-3.0.0-beta3 Cluster Scope manifest
> Litmus-3.0.0-beta4 Cluster Scope manifest
```bash
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta3/litmus-3.0.0-beta3.yaml
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta4/litmus-3.0.0-beta4.yaml
```

Or

> Litmus-3.0.0-beta3 Namespaced Scope manifest.
> Litmus-3.0.0-beta4 Namespaced Scope manifest.
```bash
#Create a namespace eg: litmus
kubectl create ns litmus
#Install CRDs, if SELF_AGENT env is set to TRUE
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta3/litmus-portal-crds-3.0.0-beta3.yml
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta4/litmus-portal-crds-3.0.0-beta4.yml
#Install ChaosCenter
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta3/litmus-namespaced-3.0.0-beta3.yaml -n litmus
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta4/litmus-namespaced-3.0.0-beta4.yaml -n litmus
```

Or
Expand Down

0 comments on commit 9efec44

Please sign in to comment.