From e35010f759bf4a80dbf4248f9be10433ed1b9e89 Mon Sep 17 00:00:00 2001 From: Alexey Vazhnov Date: Mon, 29 Sep 2025 22:33:58 +0200 Subject: [PATCH] Fix typo: `kubectl` is missed in codeblock `port-forward svc/chaos-litmus-frontend-service 9091:9091`. The typo was copied many times for documentation version from 3.0.0 to 3.21.0. Signed-off-by: Alexey Vazhnov --- website/docs/getting-started/installation.md | 2 +- website/docs/user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.0.0/getting-started/installation.md | 2 +- .../version-3.1.0/getting-started/installation.md | 2 +- .../version-3.10.0/getting-started/installation.md | 4 ++-- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.11.0/getting-started/installation.md | 4 ++-- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.12.0/getting-started/installation.md | 4 ++-- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.13.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.14.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.15.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.16.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.17.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.18.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.19.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.2.0/getting-started/installation.md | 2 +- .../version-3.20.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.21.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.3.0/getting-started/installation.md | 2 +- .../version-3.4.0/getting-started/installation.md | 2 +- .../version-3.5.0/getting-started/installation.md | 2 +- .../version-3.6.0/getting-started/installation.md | 2 +- .../version-3.7.0/getting-started/installation.md | 2 +- .../version-3.8.0/getting-started/installation.md | 2 +- .../version-3.9.0/getting-started/installation.md | 2 +- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.9.1/getting-started/installation.md | 4 ++-- .../user-guides/chaoscenter-advanced-installation.md | 2 +- .../version-3.9.2/getting-started/installation.md | 4 ++-- .../user-guides/chaoscenter-advanced-installation.md | 2 +- 41 files changed, 46 insertions(+), 46 deletions(-) diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index 7cceb46d..ab53892d 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -75,7 +75,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/docs/user-guides/chaoscenter-advanced-installation.md b/website/docs/user-guides/chaoscenter-advanced-installation.md index 560d7c1f..52d36cd3 100644 --- a/website/docs/user-guides/chaoscenter-advanced-installation.md +++ b/website/docs/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.0.0/getting-started/installation.md b/website/versioned_docs/version-3.0.0/getting-started/installation.md index 432b6b82..519fbed0 100644 --- a/website/versioned_docs/version-3.0.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.0.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.1.0/getting-started/installation.md b/website/versioned_docs/version-3.1.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.1.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.1.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.10.0/getting-started/installation.md b/website/versioned_docs/version-3.10.0/getting-started/installation.md index 0e0e86d4..01980b2c 100644 --- a/website/versioned_docs/version-3.10.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.10.0/getting-started/installation.md @@ -71,7 +71,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s :::info note - your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. In that case, 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`. And open `127.0.0.1:9091` on your browser. +- To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. And open `127.0.0.1:9091` on your browser. ::: Litmus helm chart depends on `bitnami/mongodb` [Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a MongoDB image that is not supported on ARM. If you want to install Litmus on an ARM-based server, replace the default with your custom MongoDB ARM image as shown below. @@ -266,4 +266,4 @@ By default, you are assigned to a default project with **owner** permissions. - [Install ChaosCenter with HTTPS](../user-guides/chaoscenter-advanced-installation.md) - [Connect External Chaos Infrastructures to ChaosCenter](../user-guides/chaos-infrastructure-installation.md) - [Setup Endpoints and Access ChaosCenter without Ingress](../user-guides/setup-without-ingress.md) -- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) \ No newline at end of file +- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) diff --git a/website/versioned_docs/version-3.10.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.10.0/user-guides/chaoscenter-advanced-installation.md index 025e64be..a6c1af24 100644 --- a/website/versioned_docs/version-3.10.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.10.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.11.0/getting-started/installation.md b/website/versioned_docs/version-3.11.0/getting-started/installation.md index 0e0e86d4..01980b2c 100644 --- a/website/versioned_docs/version-3.11.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.11.0/getting-started/installation.md @@ -71,7 +71,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s :::info note - your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. In that case, 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`. And open `127.0.0.1:9091` on your browser. +- To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. And open `127.0.0.1:9091` on your browser. ::: Litmus helm chart depends on `bitnami/mongodb` [Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a MongoDB image that is not supported on ARM. If you want to install Litmus on an ARM-based server, replace the default with your custom MongoDB ARM image as shown below. @@ -266,4 +266,4 @@ By default, you are assigned to a default project with **owner** permissions. - [Install ChaosCenter with HTTPS](../user-guides/chaoscenter-advanced-installation.md) - [Connect External Chaos Infrastructures to ChaosCenter](../user-guides/chaos-infrastructure-installation.md) - [Setup Endpoints and Access ChaosCenter without Ingress](../user-guides/setup-without-ingress.md) -- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) \ No newline at end of file +- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) diff --git a/website/versioned_docs/version-3.11.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.11.0/user-guides/chaoscenter-advanced-installation.md index 635100d5..516754eb 100644 --- a/website/versioned_docs/version-3.11.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.11.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.12.0/getting-started/installation.md b/website/versioned_docs/version-3.12.0/getting-started/installation.md index 0e0e86d4..01980b2c 100644 --- a/website/versioned_docs/version-3.12.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.12.0/getting-started/installation.md @@ -71,7 +71,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s :::info note - your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. In that case, 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`. And open `127.0.0.1:9091` on your browser. +- To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. And open `127.0.0.1:9091` on your browser. ::: Litmus helm chart depends on `bitnami/mongodb` [Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a MongoDB image that is not supported on ARM. If you want to install Litmus on an ARM-based server, replace the default with your custom MongoDB ARM image as shown below. @@ -266,4 +266,4 @@ By default, you are assigned to a default project with **owner** permissions. - [Install ChaosCenter with HTTPS](../user-guides/chaoscenter-advanced-installation.md) - [Connect External Chaos Infrastructures to ChaosCenter](../user-guides/chaos-infrastructure-installation.md) - [Setup Endpoints and Access ChaosCenter without Ingress](../user-guides/setup-without-ingress.md) -- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) \ No newline at end of file +- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) diff --git a/website/versioned_docs/version-3.12.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.12.0/user-guides/chaoscenter-advanced-installation.md index 5600d554..41755812 100644 --- a/website/versioned_docs/version-3.12.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.12.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.13.0/getting-started/installation.md b/website/versioned_docs/version-3.13.0/getting-started/installation.md index 20625806..ca53fcc2 100644 --- a/website/versioned_docs/version-3.13.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.13.0/getting-started/installation.md @@ -73,7 +73,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.13.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.13.0/user-guides/chaoscenter-advanced-installation.md index b0c1336b..c913e3ba 100644 --- a/website/versioned_docs/version-3.13.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.13.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.14.0/getting-started/installation.md b/website/versioned_docs/version-3.14.0/getting-started/installation.md index ca038644..1d4d04c4 100644 --- a/website/versioned_docs/version-3.14.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.14.0/getting-started/installation.md @@ -73,7 +73,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.14.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.14.0/user-guides/chaoscenter-advanced-installation.md index 461fa3f1..570c6379 100644 --- a/website/versioned_docs/version-3.14.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.14.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.15.0/getting-started/installation.md b/website/versioned_docs/version-3.15.0/getting-started/installation.md index edb7f625..a22c5429 100644 --- a/website/versioned_docs/version-3.15.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.15.0/getting-started/installation.md @@ -73,7 +73,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.15.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.15.0/user-guides/chaoscenter-advanced-installation.md index 1386f6a8..b79dddc8 100644 --- a/website/versioned_docs/version-3.15.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.15.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.16.0/getting-started/installation.md b/website/versioned_docs/version-3.16.0/getting-started/installation.md index 5b4ad145..2e03125e 100644 --- a/website/versioned_docs/version-3.16.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.16.0/getting-started/installation.md @@ -73,7 +73,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.16.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.16.0/user-guides/chaoscenter-advanced-installation.md index 21974c7b..e55f4490 100644 --- a/website/versioned_docs/version-3.16.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.16.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.17.0/getting-started/installation.md b/website/versioned_docs/version-3.17.0/getting-started/installation.md index 84620c64..99c20094 100644 --- a/website/versioned_docs/version-3.17.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.17.0/getting-started/installation.md @@ -75,7 +75,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.17.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.17.0/user-guides/chaoscenter-advanced-installation.md index aa108db8..1b830c79 100644 --- a/website/versioned_docs/version-3.17.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.17.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.18.0/getting-started/installation.md b/website/versioned_docs/version-3.18.0/getting-started/installation.md index ffda6ae6..a508dabd 100644 --- a/website/versioned_docs/version-3.18.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.18.0/getting-started/installation.md @@ -75,7 +75,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.18.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.18.0/user-guides/chaoscenter-advanced-installation.md index 45d9dabf..e7fa038b 100644 --- a/website/versioned_docs/version-3.18.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.18.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.19.0/getting-started/installation.md b/website/versioned_docs/version-3.19.0/getting-started/installation.md index 2a975053..b0a1e812 100644 --- a/website/versioned_docs/version-3.19.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.19.0/getting-started/installation.md @@ -75,7 +75,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.19.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.19.0/user-guides/chaoscenter-advanced-installation.md index 28995455..046c441e 100644 --- a/website/versioned_docs/version-3.19.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.19.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.2.0/getting-started/installation.md b/website/versioned_docs/version-3.2.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.2.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.2.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.20.0/getting-started/installation.md b/website/versioned_docs/version-3.20.0/getting-started/installation.md index 7cceb46d..ab53892d 100644 --- a/website/versioned_docs/version-3.20.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.20.0/getting-started/installation.md @@ -75,7 +75,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.20.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.20.0/user-guides/chaoscenter-advanced-installation.md index 560d7c1f..52d36cd3 100644 --- a/website/versioned_docs/version-3.20.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.20.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.21.0/getting-started/installation.md b/website/versioned_docs/version-3.21.0/getting-started/installation.md index 7cceb46d..ab53892d 100644 --- a/website/versioned_docs/version-3.21.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.21.0/getting-started/installation.md @@ -75,7 +75,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`. - If your Kubernetes cluster is local (such as minikube or kind) and only accessing Litmus locally, please replace the default endpoint with your custom CHAOS_CENTER_UI_ENDPOINT as shown below. diff --git a/website/versioned_docs/version-3.21.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.21.0/user-guides/chaoscenter-advanced-installation.md index 560d7c1f..52d36cd3 100644 --- a/website/versioned_docs/version-3.21.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.21.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.3.0/getting-started/installation.md b/website/versioned_docs/version-3.3.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.3.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.3.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.4.0/getting-started/installation.md b/website/versioned_docs/version-3.4.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.4.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.4.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.5.0/getting-started/installation.md b/website/versioned_docs/version-3.5.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.5.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.5.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.6.0/getting-started/installation.md b/website/versioned_docs/version-3.6.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.6.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.6.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.7.0/getting-started/installation.md b/website/versioned_docs/version-3.7.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.7.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.7.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.8.0/getting-started/installation.md b/website/versioned_docs/version-3.8.0/getting-started/installation.md index 98596bf6..46267699 100644 --- a/website/versioned_docs/version-3.8.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.8.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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.9.0/getting-started/installation.md b/website/versioned_docs/version-3.9.0/getting-started/installation.md index ed71beca..7d68fe32 100644 --- a/website/versioned_docs/version-3.9.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.9.0/getting-started/installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.9.0/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.9.0/user-guides/chaoscenter-advanced-installation.md index 4c0b2b41..ecfdccea 100644 --- a/website/versioned_docs/version-3.9.0/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.9.0/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.9.1/getting-started/installation.md b/website/versioned_docs/version-3.9.1/getting-started/installation.md index 0e0e86d4..01980b2c 100644 --- a/website/versioned_docs/version-3.9.1/getting-started/installation.md +++ b/website/versioned_docs/version-3.9.1/getting-started/installation.md @@ -71,7 +71,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s :::info note - your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. In that case, 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`. And open `127.0.0.1:9091` on your browser. +- To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. And open `127.0.0.1:9091` on your browser. ::: Litmus helm chart depends on `bitnami/mongodb` [Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a MongoDB image that is not supported on ARM. If you want to install Litmus on an ARM-based server, replace the default with your custom MongoDB ARM image as shown below. @@ -266,4 +266,4 @@ By default, you are assigned to a default project with **owner** permissions. - [Install ChaosCenter with HTTPS](../user-guides/chaoscenter-advanced-installation.md) - [Connect External Chaos Infrastructures to ChaosCenter](../user-guides/chaos-infrastructure-installation.md) - [Setup Endpoints and Access ChaosCenter without Ingress](../user-guides/setup-without-ingress.md) -- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) \ No newline at end of file +- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) diff --git a/website/versioned_docs/version-3.9.1/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.9.1/user-guides/chaoscenter-advanced-installation.md index 885e0e11..99e02ae0 100644 --- a/website/versioned_docs/version-3.9.1/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.9.1/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below. diff --git a/website/versioned_docs/version-3.9.2/getting-started/installation.md b/website/versioned_docs/version-3.9.2/getting-started/installation.md index 0e0e86d4..01980b2c 100644 --- a/website/versioned_docs/version-3.9.2/getting-started/installation.md +++ b/website/versioned_docs/version-3.9.2/getting-started/installation.md @@ -71,7 +71,7 @@ helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.s :::info note - your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. In that case, 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`. And open `127.0.0.1:9091` on your browser. +- To connect to Litmus UI from your laptop, you can use `kubectl port-forward svc/chaos-litmus-frontend-service 9091:9091`. And open `127.0.0.1:9091` on your browser. ::: Litmus helm chart depends on `bitnami/mongodb` [Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a MongoDB image that is not supported on ARM. If you want to install Litmus on an ARM-based server, replace the default with your custom MongoDB ARM image as shown below. @@ -266,4 +266,4 @@ By default, you are assigned to a default project with **owner** permissions. - [Install ChaosCenter with HTTPS](../user-guides/chaoscenter-advanced-installation.md) - [Connect External Chaos Infrastructures to ChaosCenter](../user-guides/chaos-infrastructure-installation.md) - [Setup Endpoints and Access ChaosCenter without Ingress](../user-guides/setup-without-ingress.md) -- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) \ No newline at end of file +- [Setup Endpoints and Access ChaosCenter with Ingress](../user-guides/setup-with-ingress.md) diff --git a/website/versioned_docs/version-3.9.2/user-guides/chaoscenter-advanced-installation.md b/website/versioned_docs/version-3.9.2/user-guides/chaoscenter-advanced-installation.md index aa95d8c3..b1c6415d 100644 --- a/website/versioned_docs/version-3.9.2/user-guides/chaoscenter-advanced-installation.md +++ b/website/versioned_docs/version-3.9.2/user-guides/chaoscenter-advanced-installation.md @@ -73,7 +73,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`. - Litmus helm chart depends on `bitnami/mongodb` [helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb), which uses a mongodb image not supported on ARM. If you want to install Litmus on an ARM-based server, please replace the default one with your custom mongodb arm image as shown below.