File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ To connect a Compatibility Matrix VM with a Compatibility Matrix cluster on the
58
58
ID NAME DISTRIBUTION VERSION STATUS NETWORK CREATED EXPIRES COST
59
59
6b14376c ecstatic_raman k3s 1.33.2 queued accbd6a7 2025-08-04 13:20 PDT - $0 .60
60
60
```
61
+ In the example above, the network ID is ` accbd6a7` .
61
62
62
63
1. Create a VM on the same network:
63
64
@@ -87,20 +88,23 @@ replicated vm create --distribution ubuntu --count 3
87
88
88
89
# ## Join VMs to an Existing VM Network
89
90
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:
91
92
92
- ` ` ` bash
93
- replicated vm ls
94
- ` ` `
93
+ * List VMs:
94
+ ` ` ` bash
95
+ replicated vm ls
96
+ ` ` `
95
97
96
- Or
98
+ * List networks:
99
+ ` ` ` bash
100
+ replicated network ls
101
+ ` ` `
97
102
98
- ` ` ` bash
99
- replicated network ls
100
- ` ` `
103
+ 1. In the output of the command, copy the network ID.
101
104
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:
103
106
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.
You can’t perform that action at this time.
0 commit comments