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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Deprecated as of Kubernetes 1.25 and later
62
62
63
63
### Read-Only
64
64
65
+
-`egress_address_ranges` (List of String) The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
65
66
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`name`".
66
67
-`kubernetes_version_used` (String) Full Kubernetes version used. For example, if 1.22 was set in `kubernetes_version_min`, this value may result to 1.22.15. 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).
Description: "Flag to specify if privileged mode for containers is enabled or not.\nThis should be used with care since it also disables a couple of other features like the use of some volume type (e.g. PVCs).\nDeprecated as of Kubernetes 1.25 and later",
375
376
Optional: true,
376
377
},
378
+
"egress_address_ranges": schema.ListAttribute{
379
+
Description: "The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.",
380
+
Computed: true,
381
+
ElementType: types.StringType,
382
+
},
377
383
"node_pools": schema.ListNestedAttribute{
378
384
Description: "One or more `node_pool` block as defined below.",
0 commit comments