You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/ske_cluster.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,16 +75,16 @@ Required:
75
75
76
76
Optional:
77
77
78
-
-`cri` (String) Specifies the container runtime. E.g.`containerd`
78
+
-`cri` (String) Specifies the container runtime. Defaults to`containerd`
79
79
-`labels` (Map of String) Labels to add to each node.
80
80
-`max_surge` (Number) Maximum number of additional VMs that are created during an update.
81
81
-`max_unavailable` (Number) Maximum number of VMs that that can be unavailable during an update.
82
-
-`os_name` (String) The name of the OS image. E.g.`flatcar`.
82
+
-`os_name` (String) The name of the OS image. Defaults to`flatcar`.
83
83
-`os_version` (String, Deprecated) This field is deprecated, use `os_version_min` to configure the version and `os_version_used` to get the currently used version instead
84
84
-`os_version_min` (String) The minimum OS image version. This field will be used to set the minimum OS image version on creation/update of the cluster. If unset, the latest supported OS image version will be used. 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 OS image version being used for the node pool, use the read-only `os_version_used` field.
85
85
-`taints` (Attributes List) Specifies a taint list as defined below. (see [below for nested schema](#nestedatt--node_pools--taints))
86
-
-`volume_size` (Number) The volume size in GB. E.g.`20`
87
-
-`volume_type` (String) Specifies the volume type. E.g.`storage_premium_perf1`.
86
+
-`volume_size` (Number) The volume size in GB. Defaults to`20`
87
+
-`volume_type` (String) Specifies the volume type. Defaults to`storage_premium_perf1`.
0 commit comments