diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index 48ef6907..4c059957 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-2.12.0/getting-started/installation.md b/website/versioned_docs/version-2.12.0/getting-started/installation.md index 9baae053..e6fb87cd 100644 --- a/website/versioned_docs/version-2.12.0/getting-started/installation.md +++ b/website/versioned_docs/version-2.12.0/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-2.13.0/getting-started/installation.md b/website/versioned_docs/version-2.13.0/getting-started/installation.md index f8df5119..a612b680 100644 --- a/website/versioned_docs/version-2.13.0/getting-started/installation.md +++ b/website/versioned_docs/version-2.13.0/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-2.14.0/getting-started/installation.md b/website/versioned_docs/version-2.14.0/getting-started/installation.md index 8ed2fd80..a00fdbdf 100644 --- a/website/versioned_docs/version-2.14.0/getting-started/installation.md +++ b/website/versioned_docs/version-2.14.0/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0-beta1/getting-started/installation.md b/website/versioned_docs/version-3.0-beta1/getting-started/installation.md index 48acb3a8..fb7c255b 100644 --- a/website/versioned_docs/version-3.0-beta1/getting-started/installation.md +++ b/website/versioned_docs/version-3.0-beta1/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta2/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta2/getting-started/installation.md index e4736965..deac08cf 100644 --- a/website/versioned_docs/version-3.0.0-beta2/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta2/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta3/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta3/getting-started/installation.md index 0dfb459f..85cac644 100644 --- a/website/versioned_docs/version-3.0.0-beta3/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta3/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta4/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta4/getting-started/installation.md index c52bd93a..db1a69f8 100644 --- a/website/versioned_docs/version-3.0.0-beta4/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta4/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta5/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta5/getting-started/installation.md index 0d827b48..dd2c250f 100644 --- a/website/versioned_docs/version-3.0.0-beta5/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta5/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta6/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta6/getting-started/installation.md index 7153a380..d085ffd2 100644 --- a/website/versioned_docs/version-3.0.0-beta6/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta6/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta7/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta7/getting-started/installation.md index f547e4b3..5f8d4199 100644 --- a/website/versioned_docs/version-3.0.0-beta7/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta7/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output diff --git a/website/versioned_docs/version-3.0.0-beta8/getting-started/installation.md b/website/versioned_docs/version-3.0.0-beta8/getting-started/installation.md index 48ef6907..4c059957 100644 --- a/website/versioned_docs/version-3.0.0-beta8/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.0-beta8/getting-started/installation.md @@ -71,7 +71,7 @@ kubectl create ns litmus helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort ``` -> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. +> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`. Expected Output