diff --git a/content/docs/04.6-vm-management.md b/content/docs/04.6-vm-management.md index 89d324124c..10226519be 100644 --- a/content/docs/04.6-vm-management.md +++ b/content/docs/04.6-vm-management.md @@ -32,7 +32,7 @@ Palette VM Orchestrator is particularly suitable in the following scenarios: - Organizations that want to consolidate their infrastructure and deploy both containerized and virtualized applications on the same Kubernetes cluster. - +- Edge locations that have only a few VMs running, and where a hypervisor is no longer desired. # Prerequisites @@ -43,9 +43,9 @@ Palette Virtual Machine Orchestrator requires the following: - Palette version 3.3.0 or higher. +- For data centers, production VMs are supported on bare metal Kubernetes clusters deployed on Canonical MAAS. To learn how to configure MAAS and create MAAS clusters in Palette, refer to the [Install and Manage MAAS Gateway](/clusters/data-center/maas/install-manage-maas-pcg) guide. -- Production VMs are supported on bare metal Kubernetes clusters deployed on Canonical MAAS. To learn how to configure MAAS and create MAAS clusters in Palette, refer to the [Install and Manage MAAS Gateway](/clusters/data-center/maas/install-manage-maas-pcg) guide. - +- For VMO on Edge, please contact our support team by sending an email to support@spectrocloud.com. - VMs with Persistent Volume Claim (PVC) must have a StorageClass that supports ``ReadWriteMany`` (``RWX``) access mode for seamless live migration to a different node - either when triggered manually or during a Kubernetes upgrades.