diff --git a/docs/partials/cmx/_instance-types.mdx b/docs/partials/cmx/_instance-types.mdx new file mode 100644 index 0000000000..472d25e03e --- /dev/null +++ b/docs/partials/cmx/_instance-types.mdx @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeMemory (GiB)VCPU Count
r1.small8 GB2 VCPUs
r1.medium16 GB4 VCPUs
r1.large32 GB8 VCPUs
r1.xlarge64 GB16 VCPUs
r1.2xlarge128 GB32 VCPUs
\ No newline at end of file diff --git a/docs/vendor/testing-ingress.md b/docs/vendor/testing-ingress.md index 220a3504e9..8317bbaeed 100644 --- a/docs/vendor/testing-ingress.md +++ b/docs/vendor/testing-ingress.md @@ -1,4 +1,4 @@ -# Access Your Application +# Cluster Networking 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. diff --git a/docs/vendor/testing-supported-clusters.md b/docs/vendor/testing-supported-clusters.md index ab095352fe..3da1ca45ed 100644 --- a/docs/vendor/testing-supported-clusters.md +++ b/docs/vendor/testing-supported-clusters.md @@ -1,4 +1,5 @@ import Pool from "../partials/cmx/_openshift-pool.mdx" +import InstanceTypes from "../partials/cmx/_instance-types.mdx" # Supported Compatibility Matrix Cluster Types @@ -480,38 +481,7 @@ Compatibility Matrix supports creating [Oracle Container Engine for Kubernetes ( When creating a VM-based cluster with Compatibility Matrix, you must specify a Replicated instance type. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TypeMemory (GiB)VCPU Count
r1.small8 GB2 VCPUs
r1.medium16 GB4 VCPUs
r1.large32 GB8 VCPUs
r1.xlarge64 GB16 VCPUs
r1.2xlarge128 GB32 VCPUs
+ ## Kubernetes Version Support Policy diff --git a/docs/vendor/testing-vm-create.md b/docs/vendor/testing-vm-create.md index f5f9d1292d..70eaf9300b 100644 --- a/docs/vendor/testing-vm-create.md +++ b/docs/vendor/testing-vm-create.md @@ -1,4 +1,5 @@ import Prerequisites from "../partials/cmx/_prerequisites.mdx" +import InstanceTypes from "../partials/cmx/_instance-types.mdx" # Create VMs (Beta) @@ -18,8 +19,14 @@ The following VM types are supported: | Distribution | Versions | Instance Types | | :---- | :---- | :---- | -| ubuntu | 24.04, 22.04 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge | -| almalinux | 8, 9, 10 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge | +| ubuntu | 24.04, 22.04 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge. See [Replicated Instance Types](#replicated-instance-types).| +| almalinux | 8, 9, 10 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge. See [Replicated Instance Types](#replicated-instance-types). | + +## Replicated Instance Types + +The following describes the Replicated instance types for VMs: + + ## Limitations diff --git a/sidebars.js b/sidebars.js index 0ca79fa580..6a6abea9c5 100644 --- a/sidebars.js +++ b/sidebars.js @@ -229,20 +229,21 @@ const sidebars = { items: [ 'vendor/testing-about', 'vendor/testing-pricing', - 'vendor/testing-supported-clusters', { type: 'category', label: 'Use Compatibility Matrix', items: [ 'vendor/testing-how-to', + 'vendor/testing-supported-clusters', + 'vendor/testing-ingress', + 'vendor/testing-cluster-addons', 'vendor/testing-vm-create', 'vendor/testing-vm-networking', 'vendor/testing-ci-cd', ], }, - 'vendor/testing-cluster-addons', + 'vendor/compatibility-matrix-usage', - 'vendor/testing-ingress', ], }, {