From e9dc722b1ff198ae41b9aeed19e60af3eefd89ec Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:59:06 +0100 Subject: [PATCH] docs: update STACKIT flavors (#2964) --- docs/docs/workflows/config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/workflows/config.md b/docs/docs/workflows/config.md index 872504834..f124e4d78 100644 --- a/docs/docs/workflows/config.md +++ b/docs/docs/workflows/config.md @@ -77,17 +77,17 @@ The Constellation CLI can also print the supported instance types with: `constel -By default, Constellation uses `m1a.4cd` VMs (4 vCPUs, 32 GB RAM) to create your cluster. +By default, Constellation uses `m1a.4cd` VMs (4 vCPUs, 30 GB RAM) to create your cluster. Optionally, you can switch to a different VM type by modifying `instanceType` in the configuration file. The following instance types are known to be supported: | name | vCPUs | GB RAM | |----------|-------|--------| -| m1a.4cd | 4 | 32 | -| m1a.8cd | 8 | 64 | +| m1a.4cd | 4 | 30 | +| m1a.8cd | 8 | 60 | | m1a.16cd | 16 | 120 | -| m1a.30cd | 30 | 238 | +| m1a.30cd | 30 | 230 | You can choose any of the SEV-enabled instance types. You can find a list of all supported instance types in the [STACKIT documentation](https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html).