cli: add config kubernetes-versions subcommand (#1224)

Allows users to learn which k8s versions are supported by the
current CLI.
Extend respective docs section.
This commit is contained in:
Otto Bittner 2023-02-22 09:52:47 +01:00 committed by GitHub
parent ce09b9dae5
commit d78d22f95a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 49 additions and 10 deletions

View file

@ -36,7 +36,7 @@ This creates the file `constellation-conf.yaml` in the current directory.
You can also automatically generate a configuration file by adding the `--generate-config` flag to the `constellation iam create` command when [creating an IAM configuration](#creating-an-iam-configuration).
:::
## Choosing VM types
## Choosing a VM type
Constellation supports the following VM types:
<tabs groupId="csp">
@ -61,6 +61,11 @@ By default, Constellation uses `m6a.xlarge` VMs (4 vCPUs, 16 GB RAM) to create y
Fill the desired VM type into the **instanceType** field in the `constellation-conf.yml` file.
## Choosing a Kubernetes version
To learn which Kubernetes versions can be installed with your current CLI you can run `constellation config kubernetes-versions`.
Our support policy for Kubernetes versions is described in [Kubernetes support policy](../architecture/versions.md#kubernetes-support-policy).
## Creating an IAM configuration
You can create an IAM configuration for your cluster automatically using the `constellation iam create` command.