Skip to content

Commit 84de457

Browse files
authored
Merge pull request #3445 from replicatedhq/cmx-vms-repl-instances
Make instance type info more discoverable
2 parents f224bcb + ae74b03 commit 84de457

File tree

5 files changed

+48
-38
lines changed

5 files changed

+48
-38
lines changed

docs/partials/cmx/_instance-types.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<table>
2+
<tr>
3+
<th width="30%">Type</th>
4+
<th width="35%">Memory (GiB)</th>
5+
<th width="35%">VCPU Count</th>
6+
</tr>
7+
<tr>
8+
<th>r1.small</th>
9+
<td>8 GB</td>
10+
<td>2 VCPUs</td>
11+
</tr>
12+
<tr>
13+
<th>r1.medium</th>
14+
<td>16 GB</td>
15+
<td>4 VCPUs</td>
16+
</tr>
17+
<tr>
18+
<th>r1.large</th>
19+
<td>32 GB</td>
20+
<td>8 VCPUs</td>
21+
</tr>
22+
<tr>
23+
<th>r1.xlarge</th>
24+
<td>64 GB</td>
25+
<td>16 VCPUs</td>
26+
</tr>
27+
<tr>
28+
<th>r1.2xlarge</th>
29+
<td>128 GB</td>
30+
<td>32 VCPUs</td>
31+
</tr>
32+
</table>

docs/vendor/testing-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Access Your Application
1+
# Cluster Networking
22

33
This topic describes the networking options for accessing applications deployed on clusters created with Replicated Compatibility Matrix. It also describes how to use and manage Compatibility Matrix tunnels.
44

docs/vendor/testing-supported-clusters.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Pool from "../partials/cmx/_openshift-pool.mdx"
2+
import InstanceTypes from "../partials/cmx/_instance-types.mdx"
23

34
# Supported Compatibility Matrix Cluster Types
45

@@ -480,38 +481,7 @@ Compatibility Matrix supports creating [Oracle Container Engine for Kubernetes (
480481

481482
When creating a VM-based cluster with Compatibility Matrix, you must specify a Replicated instance type.
482483

483-
<table>
484-
<tr>
485-
<th width="30%">Type</th>
486-
<th width="35%">Memory (GiB)</th>
487-
<th width="35%">VCPU Count</th>
488-
</tr>
489-
<tr>
490-
<th>r1.small</th>
491-
<td>8 GB</td>
492-
<td>2 VCPUs</td>
493-
</tr>
494-
<tr>
495-
<th>r1.medium</th>
496-
<td>16 GB</td>
497-
<td>4 VCPUs</td>
498-
</tr>
499-
<tr>
500-
<th>r1.large</th>
501-
<td>32 GB</td>
502-
<td>8 VCPUs</td>
503-
</tr>
504-
<tr>
505-
<th>r1.xlarge</th>
506-
<td>64 GB</td>
507-
<td>16 VCPUs</td>
508-
</tr>
509-
<tr>
510-
<th>r1.2xlarge</th>
511-
<td>128 GB</td>
512-
<td>32 VCPUs</td>
513-
</tr>
514-
</table>
484+
<InstanceTypes/>
515485

516486
## Kubernetes Version Support Policy
517487

docs/vendor/testing-vm-create.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Prerequisites from "../partials/cmx/_prerequisites.mdx"
2+
import InstanceTypes from "../partials/cmx/_instance-types.mdx"
23

34
# Create VMs (Beta)
45

@@ -18,8 +19,14 @@ The following VM types are supported:
1819

1920
| Distribution | Versions | Instance Types |
2021
| :---- | :---- | :---- |
21-
| ubuntu | 24.04, 22.04 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge |
22-
| almalinux | 8, 9, 10 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge |
22+
| ubuntu | 24.04, 22.04 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge. See [Replicated Instance Types](#replicated-instance-types).|
23+
| almalinux | 8, 9, 10 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge. See [Replicated Instance Types](#replicated-instance-types). |
24+
25+
## Replicated Instance Types
26+
27+
The following describes the Replicated instance types for VMs:
28+
29+
<InstanceTypes/>
2330

2431
## Limitations
2532

sidebars.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,20 +229,21 @@ const sidebars = {
229229
items: [
230230
'vendor/testing-about',
231231
'vendor/testing-pricing',
232-
'vendor/testing-supported-clusters',
233232
{
234233
type: 'category',
235234
label: 'Use Compatibility Matrix',
236235
items: [
237236
'vendor/testing-how-to',
237+
'vendor/testing-supported-clusters',
238+
'vendor/testing-ingress',
239+
'vendor/testing-cluster-addons',
238240
'vendor/testing-vm-create',
239241
'vendor/testing-vm-networking',
240242
'vendor/testing-ci-cd',
241243
],
242244
},
243-
'vendor/testing-cluster-addons',
245+
244246
'vendor/compatibility-matrix-usage',
245-
'vendor/testing-ingress',
246247
],
247248
},
248249
{

0 commit comments

Comments
 (0)