Skip to content

Commit

Permalink
docs: add kubernetes requirements to self-hosted, vertex and pcg DOC-…
Browse files Browse the repository at this point in the history
…1519
  • Loading branch information
addetz committed Dec 13, 2024
1 parent 92edef5 commit 18cfaed
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _partials/self-hosted/_kubernetes_palette_versions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
partial_category: self-hosted
partial_name: kubernetes-palette-versions
---

| **Palette Version** | **Kubernetes Version** | **OVA Download URL** | **FIPS OVA Download URL** |
| ------------------- | ---------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| 4.5.15 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.11 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.10 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.8 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.5 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.4 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.5.3 | 1.29.9 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-1299-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-1299-fips.ova` |
| 4.4.20 | 1.28.13 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-12813-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-12813-fips.ova` |
| 4.4.18 | 1.28.13 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-12813-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-12813-fips.ova` |
| 4.4.14 | 1.28.12 | `https://vmwaregoldenimage.s3.amazonaws.com/u-2204-0-k-12812-0.ova` | `https://vmwaregoldenimage.s3.amazonaws.com/u-2004-0-k-12812-fips.ova` |
| 4.4.11 | 1.28.11 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-1289-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-1289-fips.ova` |
| 4.4.6 | 1.28.9 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-1289-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-1289-fips.ova` |
| 4.3.6 | 1.27.11 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-12711-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-12711-fips.ova` |
| 4.2.13 | 1.26.10 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-12610-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-12610-fips.ova` |
| 4.2.7 | 1.26.10 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-12610-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-12610-fips.ova` |
| 4.1.12 | 1.26.8 | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2204-0-k-1268-0.ova` | `https://vmwaregoldenimage-console.s3.amazonaws.com/u-2004-0-k-1268-fips.ova` |
15 changes: 15 additions & 0 deletions docs/docs-content/clusters/pcg/pcg.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ existing Kubernetes cluster. Refer to the table below to learn more about the su
| VMware vSphere || The PCG is deployed into a VMware vSphere environment. | [Deploy to VMware vSphere](./deploy-pcg/vmware.md) |
| Other || The PCG cluster is deployed into an existing Kubernetes cluster that is not managed by Palette. | [Deploy a PCG to an Existing Kubernetes Cluster](./deploy-pcg-k8s.md) |

## Kubernetes Requirements

The following table presents the Kubernetes version corresponding to each Palette version. It provides the download URLs
for the Operating System and Kubernetes distribution OVA required for the PCG install. Ensure that you use FIPS OVA URL
if you require a <VersionedLink text="FIPS" url="/vertex/fips/" /> compliant installation.

:::warning

The versions included in the following table apply for PCG installs on VMware vSphere and MAAS. The Kubernetes version
for OpenStack is 1.24.10 on all the Palette versions included below.

:::

<PartialsComponent category="self-hosted" name="kubernetes-paletteversions" />

## Resources

- [Architecture](./architecture.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ active nodes and pods at any given time.
| Medium (Recommended) | Up to 3000 Nodes each with 30 Pods (90,000 Pods) |
| Large | Up to 5000 Nodes each with 30 Pods (150,000 Pods) |

## Kubernetes Requirements

The following table presents the Kubernetes version corresponding to each Palette version. It provides the download URLs
for the Operating System and Kubernetes distribution OVA required for the install. Ensure that you use FIPS OVA URL if
you require a <VersionedLink text="FIPS" url="/vertex/fips/" /> compliant installation.

<PartialsComponent category="self-hosted" name="kubernetes-palette-versions" />

## Proxy Requirements

<PartialsComponent category="self-hosted" name="required-domains" edition="Palette" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ number of active nodes and pods at any given time.

<br />

## Kubernetes Requirements

The following table presents the Kubernetes version corresponding to each Palette version. It provides the download URLs
for the Operating System and Kubernetes distribution OVA required for the install. Ensure that you use FIPS OVA URL if
you require a <VersionedLink text="FIPS" url="/vertex/fips/" /> compliant installation.

<PartialsComponent category="self-hosted" name="kubernetes-palette-versions" />

## Proxy Requirements

<PartialsComponent category="self-hosted" name="required-domains" edition="VerteX" />
Expand Down

0 comments on commit 18cfaed

Please sign in to comment.