Skip to content

Commit 3cb736f

Browse files
committed
edit steps
1 parent 7bad328 commit 3cb736f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

docs/vendor/testing-vm-networking.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,21 @@ To connect a Compatibility Matrix VM with a Compatibility Matrix cluster on the
5050

5151
For example, `replicated cluster create --distribution k3s`.
5252

53-
1. Get the network ID:
53+
1. In the output of the `cluster create` command, under `NETWORK`, copy the network ID.
5454

55-
```bash
56-
replicated network ls
57-
```
58-
59-
Example output:
55+
Example:
6056

61-
```bash
62-
ID NAME STATUS CREATED EXPIRES POLICY REPORTING
63-
accbd6a7 suspicious_paitras preparing 2025-08-04 13:24 PDT - Open Off
57+
```
58+
ID NAME DISTRIBUTION VERSION STATUS NETWORK CREATED EXPIRES COST
59+
6b14376c ecstatic_raman k3s 1.33.2 queued accbd6a7 2025-08-04 13:20 PDT - $0.60
6460
```
6561

6662
1. Create a VM on the same network:
6763

6864
```bash
6965
replicated vm create --distribution DISTRIBUTION --network NETWORK_ID
7066
```
71-
Where `NETWORK_ID` is the ID of the network from the output of the `replicated network ls` command.
67+
Where `NETWORK_ID` is the network ID that you copied in the previous step.
7268

7369
For example, `replicated vm create --distribution ubuntu --network accbd6a7`.
7470

0 commit comments

Comments
 (0)