Adding separate installation steps for portal (#2078)
* Adding separate installation steps for portal [ci skip] Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
This commit is contained in:
parent
63359bfdd1
commit
dec40b0920
|
|
@ -14,13 +14,20 @@ Litmus-Portal provides console and UI experience for managing, monitoring, and e
|
||||||
|
|
||||||
## **Installation**
|
## **Installation**
|
||||||
|
|
||||||
Applying k8s manifest
|
#### Applying k8s manifest
|
||||||
|
> Alpha0 (Stable)
|
||||||
|
```bash
|
||||||
|
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/v1.8.x/litmus-portal/k8s-manifest.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
Or
|
||||||
|
|
||||||
|
> Master (Latest)
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/k8s-manifest.yml
|
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/k8s-manifest.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Retrieving external url to access the litmus portal
|
#### Retrieving external url to access the litmus portal
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export NODE_NAME=$(kubectl get pod -n litmus -l "component=litmusportal-frontend" -o=jsonpath='{.items[*].spec.nodeName}')
|
export NODE_NAME=$(kubectl get pod -n litmus -l "component=litmusportal-frontend" -o=jsonpath='{.items[*].spec.nodeName}')
|
||||||
|
|
@ -33,13 +40,9 @@ Note: Default `username: admin` and `password: litmus`
|
||||||
|
|
||||||
### **User Guide for Litmus Portal**
|
### **User Guide for Litmus Portal**
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
<br>
|
View the User Guide <b>[here](https://docs.google.com/document/d/1fiN25BrZpvqg0UkBCuqQBE7Mx8BwDGC8ss2j2oXkZNA/edit#)</b>
|
||||||
|
|
||||||
View the entire User Guide [here](https://docs.google.com/document/d/1fiN25BrZpvqg0UkBCuqQBE7Mx8BwDGC8ss2j2oXkZNA/edit#)
|
|
||||||
|
|
||||||
### **Uninstallation**
|
### **Uninstallation**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue