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

docs: PCP-3015 #3190

Merged
merged 3 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 6 additions & 6 deletions docs/docs-content/devx/devx.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ try so that you can learn how to use App Mode with Palette Dev Engine.

App Mode is available for the following Palette and VerteX platforms.

| Platform | Supported | Version |
| -------------------------- | --------- | ------------------------------------------------------------------ |
| Palette SaaS | ✅ | `v3.0.0` or greater. |
| Self-hosted Palette | ✅ | `v3.4.0` or greater. |
| Palette Airgap Self-hosted | ✅ | `v4.0.0` or greater. |
| VerteX | :warning: | `v4.0.0` or greater. Be aware that App Mode is not FIPS compliant. |
| Platform | Supported | Version |
| -------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Palette SaaS | ✅ | `v3.0.0` or greater. |
| Self-hosted Palette | ✅ | `v3.4.0` or greater. |
| Palette Airgap Self-hosted | ✅ | `v4.0.0` or greater. |
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved
| VerteX | :warning: | `v4.0.0` or greater. Be aware that App Mode is not FIPS compliant. Container deployment based workflows are not supported for airgap environments. |

## Manage Resources

Expand Down
8 changes: 8 additions & 0 deletions docs/docs-content/vertex/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Palette VerteX supports the following infrastructure platforms for deploying Kub
| **AWS Gov** | Refer to the [AWS](#aws) section for additional guidance. |
| **Azure** | Refer to the [Azure](#azure) section for additional guidance. |
| **Azure Gov** | Refer to the [Azure](#azure) section for additional guidance. |
| **Dev Engine** | Refer to the VerteX Engine section for additional guidance. |
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved
| **MAAS** | Canonical Metal-As-A-Service (MAAS) is available and supported in VerteX. |
| **Edge** | Edge deployments are supported in VerteX. |
| **VMware vSphere** | VMware vSphere is supported in VerteX. |
Expand Down Expand Up @@ -54,6 +55,13 @@ All Azure Government regions are supported with the exception of Department of D
[official Azure Government documentation](https://learn.microsoft.com/en-us/azure/azure-government/documentation-government-overview-dod)
to learn more about the available regions.

#### Dev Engine
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved

VerteX supports the [Dev Engine](../devx/devx.md) platform for deploying virtual clusters. However, the Dev Engine
karl-cardenas-coding marked this conversation as resolved.
Show resolved Hide resolved
platform is not FIPS compliant and requires you to enable the
[non-FIPS setting](./system-management/enable-non-fips-settings/enable-non-fips-settings.md). Additionally, container
deployment based workflows are not supported for airgap environments.

#### VMware vSphere

The following versions of VMware vSphere are supported in VerteX.
Expand Down