From fb60e5139dfe9cc1010841e67ea80518a8da5e01 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 12 Aug 2025 16:27:57 -0600 Subject: [PATCH 1/2] edits --- docs/vendor/environment-setup.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/vendor/environment-setup.mdx b/docs/vendor/environment-setup.mdx index 3b2ceb089d..03990834b6 100644 --- a/docs/vendor/environment-setup.mdx +++ b/docs/vendor/environment-setup.mdx @@ -272,11 +272,13 @@ Testing your releases is an important part of the commercial software distributi ### About Creating a VM -You need access to a VM to test installations and updates with the Replicated Embedded Cluster installer. For more information about Embedded Cluster, see [Embedded Cluster Overview](/vendor/embedded-overview). +You need access to a VM to test installations and updates with the [Replicated Embedded Cluster](/vendor/embedded-overview) installer: -Your VM must meet the following requirements to install with Embedded Cluster: +* **Option 1: Use Compatibility Matrix.** You can use Replicated Compatibility Matrix to create and SSH onto Linux VMs. For more information, see [Create a VM](/vendor/testing-vm-create). - +* **Option 2: Bring your own VM.** Your VM must meet the following requirements to install with Embedded Cluster: + + ### About Creating a Cluster @@ -284,4 +286,4 @@ To test installations with Helm, you need kubectl access to a cluster. You can use any cloud provider or tool that you prefer to create a cluster, such as [Replicated Compatibility Matrix](/vendor/testing-how-to), Google Kubernetes Engine (GKE), or minikube. -For information about how to create a cluster with Compatibility Matrix, see [Prerequisites](/vendor/testing-how-to#prerequisites) and [Create Clusters](/vendor/testing-how-to#create-clusters) in _Use Compatibility Matrix_. \ No newline at end of file +For information about how to create a cluster with Compatibility Matrix, see [Create Clusters](/vendor/testing-how-to). \ No newline at end of file From 3ba921b66c2ef950d26a6e62ed999584a21a7925 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 12 Aug 2025 16:33:13 -0600 Subject: [PATCH 2/2] update formatting for cluster section to match --- docs/vendor/environment-setup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vendor/environment-setup.mdx b/docs/vendor/environment-setup.mdx index 03990834b6..0370fa97d9 100644 --- a/docs/vendor/environment-setup.mdx +++ b/docs/vendor/environment-setup.mdx @@ -284,6 +284,6 @@ You need access to a VM to test installations and updates with the [Replicated E To test installations with Helm, you need kubectl access to a cluster. -You can use any cloud provider or tool that you prefer to create a cluster, such as [Replicated Compatibility Matrix](/vendor/testing-how-to), Google Kubernetes Engine (GKE), or minikube. +* **Option 1: Use Compatibility Matrix.** You can use Replicated Compatibility Matrix to create clusters. For more information, see [Create Clusters](/vendor/testing-how-to). -For information about how to create a cluster with Compatibility Matrix, see [Create Clusters](/vendor/testing-how-to). \ No newline at end of file +* **Option 2: Use another cloud provider or tool.** You can use any cloud provider or tool that you prefer to create a cluster, such as Google Kubernetes Engine (GKE) or minikube. \ No newline at end of file