Allow specifying network ID in SKE cluster (#368)

This commit is contained in:
João Palet 2024-05-21 11:27:23 +01:00 committed by GitHub
parent e2e5f19a29
commit ac0840fceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 204 additions and 7 deletions

View file

@ -40,6 +40,7 @@ This should be used with care since it also disables a couple of other features
- `kubernetes_version_min` (String) The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set `maintenance.enable_kubernetes_version_updates` to true or if there is a mandatory update, as described in [Updates for Kubernetes versions and Operating System versions in SKE](https://docs.stackit.cloud/stackit/en/version-updates-in-ske-10125631.html). To get the current kubernetes version being used for your cluster, use the `kubernetes_version_used` field.
- `kubernetes_version_used` (String) Full Kubernetes version used. For example, if `1.22` was selected, this value may result to `1.22.15`
- `maintenance` (Attributes) A single maintenance block as defined below (see [below for nested schema](#nestedatt--maintenance))
- `network` (Attributes) Network block as defined below. (see [below for nested schema](#nestedatt--network))
- `node_pools` (Attributes List) One or more `node_pool` block as defined below. (see [below for nested schema](#nestedatt--node_pools))
<a id="nestedatt--extensions"></a>
@ -90,6 +91,14 @@ Read-Only:
- `start` (String) Date time for maintenance window start.
<a id="nestedatt--network"></a>
### Nested Schema for `network`
Read-Only:
- `id` (String) ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
<a id="nestedatt--node_pools"></a>
### Nested Schema for `node_pools`