Skip to content

Commit 58c4424

Browse files
committed
Small fixes for Cluster page
1 parent 6f0952f commit 58c4424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/testing-how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This topic describes how to use Replicated Compatibility Matrix to create and ma
1010
Compatibility Matrix supports both VM-based clusters (such as kind, k3s, RKE2, OpenShift, and Embedded Cluster) and cloud-managed clusters (such as EKS, GKE, and AKS). VM-based clusters run on Replicated bare metal servers, while cloud clusters are provisioned in Replicated-managed cloud accounts for faster delivery.
1111

1212
**When to use Clusters vs VMs:**
13-
* **Use Clusters** for testing Kubernetes-based deployments and Helm installations
14-
* **Use VMs** for testing Embedded Cluster installers, air-gap installations, or when you need full OS control. For more information about creating and managing VMs, see [Create VMs](/vendor/testing-vm-create).
13+
* **Use Clusters** for testing Kubernetes-based deployments and Helm installations.
14+
* **Use VMs** for testing Embedded Cluster installers, air-gap installations, or when you need full OS control. See [Create VMs](/vendor/testing-vm-create).
1515

1616

1717
## Prerequisites
@@ -45,7 +45,7 @@ To create a cluster using the Replicated CLI:
4545

4646
1. Run the following command to create a cluster:
4747

48-
```
48+
```bash
4949
replicated cluster create --name NAME --distribution K8S_DISTRO --version K8S_VERSION --disk DISK_SIZE --instance-type INSTANCE_TYPE [--license-id LICENSE_ID]
5050
```
5151
Where:

0 commit comments

Comments
 (0)