From ec12d12a05df46ecc3d8fea13adb9a70bdf57188 Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Wed, 13 Aug 2025 10:21:11 -0700 Subject: [PATCH 1/3] Adding Almalinux 9 and 10 --- docs/vendor/testing-vm-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vendor/testing-vm-create.md b/docs/vendor/testing-vm-create.md index cfb7ab4808..2220322a22 100644 --- a/docs/vendor/testing-vm-create.md +++ b/docs/vendor/testing-vm-create.md @@ -19,7 +19,7 @@ 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 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge | +| almalinux | 8, 9, 10 | r1.small, r1.medium, r1.large, r1.xlarge, r1.2xlarge | ## Limitations From 747b8389737cdc1842814f6f7db322e54d160e3c Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Wed, 13 Aug 2025 10:25:10 -0700 Subject: [PATCH 2/3] Add limitation around selinux --- docs/vendor/testing-vm-create.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vendor/testing-vm-create.md b/docs/vendor/testing-vm-create.md index 2220322a22..5dde3b3276 100644 --- a/docs/vendor/testing-vm-create.md +++ b/docs/vendor/testing-vm-create.md @@ -26,6 +26,7 @@ The following VM types are supported: Creating VMs with Compatibility Matrix has the following limitations: - Creating VMs with Compatibility Matrix is a Beta feature. +- Supporting SELinux: If you enfore selinux (`setenforce 1`), you will no longer be able to ssh into the VM. A workaround is to first run `touch /.autorelabel` and reboot the VM, before running `setenforce 1`. - Installing Embedded Cluster on a VM created with Compatibility Matrix is supported for Embedded Cluster versions 1.21.0 or later. - [GitHub Actions](/vendor/testing-how-to#replicated-github-actions) are not supported for Compatibility Matrix VMs. - The [cluster prepare](/reference/replicated-cli-cluster-prepare) command is not supported for Compatibility Matrix VMs. From a3336d73afd08cc13e3a949a9271f36f08531c8e Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Wed, 13 Aug 2025 11:36:17 -0600 Subject: [PATCH 3/3] Update testing-vm-create.md --- docs/vendor/testing-vm-create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vendor/testing-vm-create.md b/docs/vendor/testing-vm-create.md index 5dde3b3276..f5f9d1292d 100644 --- a/docs/vendor/testing-vm-create.md +++ b/docs/vendor/testing-vm-create.md @@ -26,7 +26,7 @@ The following VM types are supported: Creating VMs with Compatibility Matrix has the following limitations: - Creating VMs with Compatibility Matrix is a Beta feature. -- Supporting SELinux: If you enfore selinux (`setenforce 1`), you will no longer be able to ssh into the VM. A workaround is to first run `touch /.autorelabel` and reboot the VM, before running `setenforce 1`. +- Supporting SELinux: If you enfore selinux (`setenforce 1`), you cannot SSH into the VM. A workaround is to first run `touch /.autorelabel` and reboot the VM, before running `setenforce 1`. - Installing Embedded Cluster on a VM created with Compatibility Matrix is supported for Embedded Cluster versions 1.21.0 or later. - [GitHub Actions](/vendor/testing-how-to#replicated-github-actions) are not supported for Compatibility Matrix VMs. - The [cluster prepare](/reference/replicated-cli-cluster-prepare) command is not supported for Compatibility Matrix VMs. @@ -326,4 +326,4 @@ To copy files to the VM using SCP after connecting with the Compatibility Matrix ```bash scp somefile 123abc@replicatedvm:/home/folder/somefile - ``` \ No newline at end of file + ```