You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In the Vendor Portal, go to [**Compatibility Matrix**](https://vendor.replicated.com/compatibility-matrix).
169
+
170
+
1. Click **Create > Create VM**.
171
+
172
+

173
+
174
+
[View a larger version of this image](/images/compatibility-matrix-create-vm.png)
175
+
176
+
1. On the **Create a Virtual Machine** page, complete the following fields:
177
+
178
+
<table>
179
+
<tr>
180
+
<th>Field</th>
181
+
<th>Description</th>
182
+
</tr>
183
+
<tr>
184
+
<td>OS distribution</td>
185
+
<td>Select the OS distribution for the VM.</td>
186
+
</tr>
187
+
<tr>
188
+
<td>Version</td>
189
+
<td>Select the OS version. The options available are specific to the distribution selected.</td>
190
+
</tr>
191
+
<tr>
192
+
<td>Name (optional)</td>
193
+
<td>Enter an optional name for the VM.</td>
194
+
</tr>
195
+
<tr>
196
+
<td>Tags</td>
197
+
<td>Add one or more tags to the VM as key-value pairs.</td>
198
+
</tr>
199
+
<tr>
200
+
<td>Set TTL</td>
201
+
<td>Select the Time to Live (TTL) for the VM. When the TTL expires, the VM is automatically deleted. TTL can be adjusted after VM creation with [vm update ttl](/reference/replicated-cli-vm-update-ttl).</td>
202
+
</tr>
203
+
</table>
204
+
205
+
1. For **VM Config**, complete the following fields:
206
+
207
+
<table>
208
+
<tr>
209
+
<td>Instance type</td>
210
+
<td>Select the instance type to use for the nodes in the node group. The options available are specific to the distribution selected.</td>
211
+
</tr>
212
+
<tr>
213
+
<td>Disk size</td>
214
+
<td>Select the disk size in GiB to use per node.</td>
215
+
</tr>
216
+
<tr>
217
+
<td>Count</td>
218
+
<td>Select the number of VMs to provision.</td>
219
+
</tr>
220
+
</table>
221
+
222
+
1. Click **Create VM**.
223
+
162
224
## Connect to a VM
163
225
164
226
You can SSH into a VM using one of the following methods:
@@ -243,7 +305,28 @@ To connect to a VM using direct SSH:
243
305
244
306
```
245
307
ssh $(replicated vm ssh-endpoint aba1acc2)
246
-
```
308
+
```
309
+
310
+
## Expose Ports on Running VMs
311
+
312
+
After creating a VM, you can create update the ingress and ports settings to add DNS records. This allows you to connect to ports on the VM.
313
+
314
+
To update the ingress and ports settings for a running VM:
315
+
316
+
1. In the Vendor Portal, go to [**Compatibility Matrix**](https://vendor.replicated.com/compatibility-matrix).
317
+
318
+
1. Open the dot menu for the target VM and click **Edit VM**.
319
+
320
+

321
+
322
+
[View a larger version of this image](/images/compatibility-matrix-edit-vm.png)
323
+
324
+
1. Under **Ingress & Ports**, for **Add DNS record**, edit the fields as desired and click **Add** to create a DNS record.
325
+
326
+

327
+
[View a larger version of this image](/images/compatibility-matrix-ingress-ports.png)
328
+
329
+
A DNS record and valid TLS cert are created and connected to the specified port.
0 commit comments