mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 09:15:29 -04:00
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:
parent
ce09b9dae5
commit
d78d22f95a
5 changed files with 49 additions and 10 deletions
|
@ -10,3 +10,6 @@ New releases are published on [GitHub](https://github.com/edgelesssys/constellat
|
|||
### Kubernetes support policy
|
||||
|
||||
Constellation is aligned to the [version support policy of Kubernetes](https://kubernetes.io/releases/version-skew-policy/#supported-versions), and therefore supports the most recent three minor versions.
|
||||
When a new minor version is released upstream, the next Constellation release will include four supported Kubernetes versions.
|
||||
The fourth version being the newly released Kubernetes version.
|
||||
Then, the next Constellation release after that will drop the oldest supported Kubernetes version.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue