diff --git a/website/docs/architecture/chaos-control-plane.md b/website/docs/architecture/chaos-control-plane.md index 132ca3dc..0b61bde8 100644 --- a/website/docs/architecture/chaos-control-plane.md +++ b/website/docs/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos control plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/docs/architecture/chaos-execution-plane.md b/website/docs/architecture/chaos-execution-plane.md index b870ee8a..217a2975 100644 --- a/website/docs/architecture/chaos-execution-plane.md +++ b/website/docs/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos execution plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/docs/faq.md b/website/docs/faq.md index 968dc757..3586151c 100644 --- a/website/docs/faq.md +++ b/website/docs/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/docs/glossary.md b/website/docs/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/docs/glossary.md +++ b/website/docs/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/docs/integrations/grafana.md b/website/docs/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/docs/integrations/grafana.md +++ b/website/docs/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.0.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.0.0/architecture/chaos-control-plane.md index 84e44821..ad0e1620 100644 --- a/website/versioned_docs/version-3.0.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.0.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos control plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.0.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.0.0/architecture/chaos-execution-plane.md index b870ee8a..217a2975 100644 --- a/website/versioned_docs/version-3.0.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.0.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos execution plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.0.0/faq.md b/website/versioned_docs/version-3.0.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.0.0/faq.md +++ b/website/versioned_docs/version-3.0.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.0.0/glossary.md b/website/versioned_docs/version-3.0.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.0.0/glossary.md +++ b/website/versioned_docs/version-3.0.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.0.0/integrations/grafana.md b/website/versioned_docs/version-3.0.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.0.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.0.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.0.0/troubleshooting.md b/website/versioned_docs/version-3.0.0/troubleshooting.md index b7be9874..017fd3c6 100644 --- a/website/versioned_docs/version-3.0.0/troubleshooting.md +++ b/website/versioned_docs/version-3.0.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.1.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.1.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.1.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.1.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.1.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.1.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.1.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.1.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.1.0/faq.md b/website/versioned_docs/version-3.1.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.1.0/faq.md +++ b/website/versioned_docs/version-3.1.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.1.0/glossary.md b/website/versioned_docs/version-3.1.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.1.0/glossary.md +++ b/website/versioned_docs/version-3.1.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.1.0/integrations/grafana.md b/website/versioned_docs/version-3.1.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.1.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.1.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.1.0/troubleshooting.md b/website/versioned_docs/version-3.1.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.1.0/troubleshooting.md +++ b/website/versioned_docs/version-3.1.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.2.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.2.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.2.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.2.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.2.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.2.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.2.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.2.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.2.0/faq.md b/website/versioned_docs/version-3.2.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.2.0/faq.md +++ b/website/versioned_docs/version-3.2.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.2.0/glossary.md b/website/versioned_docs/version-3.2.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.2.0/glossary.md +++ b/website/versioned_docs/version-3.2.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.2.0/integrations/grafana.md b/website/versioned_docs/version-3.2.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.2.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.2.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.2.0/troubleshooting.md b/website/versioned_docs/version-3.2.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.2.0/troubleshooting.md +++ b/website/versioned_docs/version-3.2.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.3.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.3.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.3.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.3.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.3.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.3.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.3.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.3.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.3.0/faq.md b/website/versioned_docs/version-3.3.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.3.0/faq.md +++ b/website/versioned_docs/version-3.3.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.3.0/glossary.md b/website/versioned_docs/version-3.3.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.3.0/glossary.md +++ b/website/versioned_docs/version-3.3.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.3.0/integrations/grafana.md b/website/versioned_docs/version-3.3.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.3.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.3.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.3.0/troubleshooting.md b/website/versioned_docs/version-3.3.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.3.0/troubleshooting.md +++ b/website/versioned_docs/version-3.3.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.4.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.4.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.4.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.4.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.4.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.4.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.4.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.4.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.4.0/faq.md b/website/versioned_docs/version-3.4.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.4.0/faq.md +++ b/website/versioned_docs/version-3.4.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.4.0/glossary.md b/website/versioned_docs/version-3.4.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.4.0/glossary.md +++ b/website/versioned_docs/version-3.4.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.4.0/troubleshooting.md b/website/versioned_docs/version-3.4.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.4.0/troubleshooting.md +++ b/website/versioned_docs/version-3.4.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.5.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.5.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.5.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.5.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.5.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.5.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.5.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.5.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.5.0/faq.md b/website/versioned_docs/version-3.5.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.5.0/faq.md +++ b/website/versioned_docs/version-3.5.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.5.0/glossary.md b/website/versioned_docs/version-3.5.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.5.0/glossary.md +++ b/website/versioned_docs/version-3.5.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.5.0/integrations/grafana.md b/website/versioned_docs/version-3.5.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.5.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.5.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.5.0/troubleshooting.md b/website/versioned_docs/version-3.5.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.5.0/troubleshooting.md +++ b/website/versioned_docs/version-3.5.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.6.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.6.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.6.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.6.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.6.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.6.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.6.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.6.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.6.0/faq.md b/website/versioned_docs/version-3.6.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.6.0/faq.md +++ b/website/versioned_docs/version-3.6.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.6.0/glossary.md b/website/versioned_docs/version-3.6.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.6.0/glossary.md +++ b/website/versioned_docs/version-3.6.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.6.0/integrations/grafana.md b/website/versioned_docs/version-3.6.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.6.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.6.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.6.0/troubleshooting.md b/website/versioned_docs/version-3.6.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.6.0/troubleshooting.md +++ b/website/versioned_docs/version-3.6.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.7.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.7.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.7.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.7.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.7.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.7.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.7.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.7.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.7.0/faq.md b/website/versioned_docs/version-3.7.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.7.0/faq.md +++ b/website/versioned_docs/version-3.7.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.7.0/glossary.md b/website/versioned_docs/version-3.7.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.7.0/glossary.md +++ b/website/versioned_docs/version-3.7.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.7.0/integrations/grafana.md b/website/versioned_docs/version-3.7.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.7.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.7.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.7.0/troubleshooting.md b/website/versioned_docs/version-3.7.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.7.0/troubleshooting.md +++ b/website/versioned_docs/version-3.7.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.8.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.8.0/architecture/chaos-control-plane.md index 2bdd3fbb..b28f4faf 100644 --- a/website/versioned_docs/version-3.8.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.8.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.8.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.8.0/architecture/chaos-execution-plane.md index fc3010fe..8139ca2b 100644 --- a/website/versioned_docs/version-3.8.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.8.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.8.0/faq.md b/website/versioned_docs/version-3.8.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.8.0/faq.md +++ b/website/versioned_docs/version-3.8.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.8.0/glossary.md b/website/versioned_docs/version-3.8.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.8.0/glossary.md +++ b/website/versioned_docs/version-3.8.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.8.0/integrations/grafana.md b/website/versioned_docs/version-3.8.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.8.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.8.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.8.0/troubleshooting.md b/website/versioned_docs/version-3.8.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.8.0/troubleshooting.md +++ b/website/versioned_docs/version-3.8.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.9.0/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.9.0/architecture/chaos-control-plane.md index 132ca3dc..0b61bde8 100644 --- a/website/versioned_docs/version-3.9.0/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.9.0/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos control plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.9.0/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.9.0/architecture/chaos-execution-plane.md index b870ee8a..217a2975 100644 --- a/website/versioned_docs/version-3.9.0/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.9.0/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos execution plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.9.0/faq.md b/website/versioned_docs/version-3.9.0/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.9.0/faq.md +++ b/website/versioned_docs/version-3.9.0/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.9.0/glossary.md b/website/versioned_docs/version-3.9.0/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.9.0/glossary.md +++ b/website/versioned_docs/version-3.9.0/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.9.0/integrations/grafana.md b/website/versioned_docs/version-3.9.0/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.9.0/integrations/grafana.md +++ b/website/versioned_docs/version-3.9.0/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.9.0/troubleshooting.md b/website/versioned_docs/version-3.9.0/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.9.0/troubleshooting.md +++ b/website/versioned_docs/version-3.9.0/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm. diff --git a/website/versioned_docs/version-3.9.1/architecture/chaos-control-plane.md b/website/versioned_docs/version-3.9.1/architecture/chaos-control-plane.md index 132ca3dc..0b61bde8 100644 --- a/website/versioned_docs/version-3.9.1/architecture/chaos-control-plane.md +++ b/website/versioned_docs/version-3.9.1/architecture/chaos-control-plane.md @@ -22,7 +22,7 @@ Chaos control plane consists of micro-services responsible for the functioning o - **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts. - - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. + - **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts. - **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API: diff --git a/website/versioned_docs/version-3.9.1/architecture/chaos-execution-plane.md b/website/versioned_docs/version-3.9.1/architecture/chaos-execution-plane.md index b870ee8a..217a2975 100644 --- a/website/versioned_docs/version-3.9.1/architecture/chaos-execution-plane.md +++ b/website/versioned_docs/version-3.9.1/architecture/chaos-execution-plane.md @@ -8,11 +8,11 @@ sidebar_label: Chaos execution plane Chaos Execution Plane -Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components. +Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components. ## Litmus Execution Plane Components -Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: +Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include: 1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR. diff --git a/website/versioned_docs/version-3.9.1/faq.md b/website/versioned_docs/version-3.9.1/faq.md index 968dc757..3586151c 100644 --- a/website/versioned_docs/version-3.9.1/faq.md +++ b/website/versioned_docs/version-3.9.1/faq.md @@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the ### Does Litmusctl support actions that are currently performed from the portal dashboard? -Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). +Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md). ### How to solve `invalid token` issue in litmusctl? diff --git a/website/versioned_docs/version-3.9.1/glossary.md b/website/versioned_docs/version-3.9.1/glossary.md index 4ac3a594..2f99bc29 100644 --- a/website/versioned_docs/version-3.9.1/glossary.md +++ b/website/versioned_docs/version-3.9.1/glossary.md @@ -5,7 +5,7 @@ sidebar_label: Glossary --- :::note -Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions +Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions ::: ## Chaos Resources diff --git a/website/versioned_docs/version-3.9.1/integrations/grafana.md b/website/versioned_docs/version-3.9.1/integrations/grafana.md index 0b2daf4e..af717f1a 100644 --- a/website/versioned_docs/version-3.9.1/integrations/grafana.md +++ b/website/versioned_docs/version-3.9.1/integrations/grafana.md @@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0: - [Prometheus TSDB](https://prometheus.io/) - [Prometheus Integration](prometheus.md) -## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs +## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards diff --git a/website/versioned_docs/version-3.9.1/troubleshooting.md b/website/versioned_docs/version-3.9.1/troubleshooting.md index 8fb12c7a..c87a0530 100644 --- a/website/versioned_docs/version-3.9.1/troubleshooting.md +++ b/website/versioned_docs/version-3.9.1/troubleshooting.md @@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port. If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node. -### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed. +### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed. These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm.