Skip to content

Commit 8d2e618

Browse files
committed
edits
1 parent 3cb736f commit 8d2e618

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

docs/vendor/testing-vm-networking.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ To connect a Compatibility Matrix VM with a Compatibility Matrix cluster on the
5858
ID NAME DISTRIBUTION VERSION STATUS NETWORK CREATED EXPIRES COST
5959
6b14376c ecstatic_raman k3s 1.33.2 queued accbd6a7 2025-08-04 13:20 PDT - $0.60
6060
```
61+
In the example above, the network ID is `accbd6a7`.
6162

6263
1. Create a VM on the same network:
6364

@@ -87,20 +88,23 @@ replicated vm create --distribution ubuntu --count 3
8788

8889
### Join VMs to an Existing VM Network
8990

90-
First, get the ID of an existing VM network:
91+
1. Run one of the following commands to get the ID of an existing VM network:
9192

92-
```bash
93-
replicated vm ls
94-
```
93+
* List VMs:
94+
```bash
95+
replicated vm ls
96+
```
9597

96-
Or
98+
* List networks:
99+
```bash
100+
replicated network ls
101+
```
97102

98-
```bash
99-
replicated network ls
100-
```
103+
1. In the output of the command, copy the network ID.
101104

102-
Use the `--network` flag to create new VMs on the same network:
105+
1. Use the `--network` flag to create a new VM on the same network:
103106

104-
```bash
105-
replicated vm create --distribution ubuntu --network NETWORK_ID
106-
```
107+
```bash
108+
replicated vm create --distribution ubuntu --network NETWORK_ID
109+
```
110+
Where `NETWORK_ID` is the network ID that you copied in the previous step.

0 commit comments

Comments
 (0)