File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -50,25 +50,21 @@ To connect a Compatibility Matrix VM with a Compatibility Matrix cluster on the
50
50
51
51
For example, ` replicated cluster create --distribution k3s` .
52
52
53
- 1. Get the network ID:
53
+ 1. In the output of the ` cluster create ` command, under ` NETWORK ` , copy the network ID.
54
54
55
- ` ` ` bash
56
- replicated network ls
57
- ` ` `
58
-
59
- Example output:
55
+ Example:
60
56
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
64
60
```
65
61
66
62
1. Create a VM on the same network:
67
63
68
64
` ` ` bash
69
65
replicated vm create --distribution DISTRIBUTION --network NETWORK_ID
70
66
` ` `
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 .
72
68
73
69
For example, ` replicated vm create --distribution ubuntu --network accbd6a7` .
74
70
You can’t perform that action at this time.
0 commit comments