Skip to content

Commit 0d0b080

Browse files
paigecalvertsquizzijdewinne
authored
Apply suggestions from code review
Co-authored-by: Kyle Squizzato <[email protected]> Co-authored-by: Josh De Winne <[email protected]>
1 parent bf90ee8 commit 0d0b080

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/vendor/testing-vm-create.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ To set up and verify SSH access for Compatibility Matrix VMs using your personal
9999
To automate the creation of VMs in your CI/CD workflows, you can use the flag `--ssh-public-key` to provide the SSH public key for a GitHub service account. For example:
100100
101101
```bash
102-
replicated vm create --distribution ubuntu --version 20.04 --ssh-public-key ~/.ssh/id_rsa.pub
102+
replicated vm create --distribution ubuntu --version 24.04 --ssh-public-key ~/.ssh/id_rsa.pub
103103
```
104104
105105
Using multiple SSH public keys:
106106
107107
```bash
108-
replicated vm create --distribution ubuntu --version 20.04 --ssh-public-key ~/.ssh/id_rsa.pub --ssh-public-key ~/.ssh/id_ed25519.pub
108+
replicated vm create --distribution ubuntu --version 24.04 --ssh-public-key ~/.ssh/id_rsa.pub --ssh-public-key ~/.ssh/id_ed25519.pub
109109
```
110110
111111
## Create VMs
@@ -134,9 +134,9 @@ To create VMs with Compatibility Matrix:
134134
```
135135
136136
Where:
137-
* `NAME` is any name for the VM. If `--name` is excluded, a name is automatically generated for the cluster.
137+
* `NAME` is any name for the VM. If `--name` is excluded, a name is automatically generated for the VM.
138138
* `DISTRIBUTION` is the operating system distribution for the VM (e.g., ubuntu, almalinux).
139-
* `VERSION` is the version of the distribution to provision (e.g., 20.04, 22.04 for Ubuntu).
139+
* `VERSION` is the version of the distribution to provision (e.g., 22.04, 24.04 for Ubuntu).
140140
* `INSTANCE_TYPE` is the instance type to use for the VM (e.g., r1.medium, r1.large).
141141
* `COUNT` is the number of VMs to create. If `--count` is excluded, one VM is created by default.
142142
* `TTL` is the VM Time-To-Live duration (maximum 48h). If `--ttl` is excluded, the default TTL is 1 hour.

docs/vendor/testing-vm-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ replicated vm port rm VMID_OR_VMNAME
3737

3838
You can make a Compatibility Matrix cluster available on the same network as a Compatibility Matrix VM.
3939

40-
**Compatible clusters:** Openshift, K3s, RKE2, EC, kURL
40+
**Compatible clusters:** Openshift, K3s, RKE2, EC, kURL, kind
4141
**Requirement:** Replicated CLI 0.90.0 or later
4242

4343
To connect a Compatibility Matrix VM with a Compatibility Matrix cluster on the same network:
@@ -86,7 +86,7 @@ To connect a Compatibility Matrix VM with a Compatibility Matrix cluster on the
8686
760a30b1 laughing_tu ubuntu 24.04 queued 2025-01-28 16:07 PST - $0.60
8787
```
8888

89-
In this example, both the cluster `b09cf035` and the VM `760a30b1` are now on the same tailnet.
89+
In this example, both the cluster `b09cf035` and the VM `760a30b1` are now on the same network.
9090

9191
## Connect Compatibility Matrix VMs on a Shared Network
9292

0 commit comments

Comments
 (0)