Skip to content

Commit

Permalink
docs: update STACKIT flavors (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 authored Mar 1, 2024
1 parent d8a8d9b commit fc08e50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/docs/workflows/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ The Constellation CLI can also print the supported instance types with: `constel
</tabItem>
<tabItem value="stackit" label="STACKIT">

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).

Expand Down
8 changes: 4 additions & 4 deletions docs/versioned_docs/version-2.16/workflows/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ The Constellation CLI can also print the supported instance types with: `constel
</tabItem>
<tabItem value="stackit" label="STACKIT">

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).

Expand Down

0 comments on commit fc08e50

Please sign in to comment.