Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VMO prereq #1506

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/docs/04.6-vm-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
- Edge locations that have only a few VMs running, and where a hypervisor is no longer desired.


# Prerequisites
Expand All @@ -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.
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- For VMO on Edge, please contact our support team by sending an email to support@spectrocloud.com.
- To use VMO on Edge, contact our support team by sending an email to [support@spectrocloud.com](mailto: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.

Expand Down