stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
SKE Cluster data source schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_ske_cluster" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example-name"
}
Using getSkeCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSkeCluster(args: GetSkeClusterArgs, opts?: InvokeOptions): Promise<GetSkeClusterResult>
function getSkeClusterOutput(args: GetSkeClusterOutputArgs, opts?: InvokeOptions): Output<GetSkeClusterResult>def get_ske_cluster(name: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSkeClusterResult
def get_ske_cluster_output(name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSkeClusterResult]func LookupSkeCluster(ctx *Context, args *LookupSkeClusterArgs, opts ...InvokeOption) (*LookupSkeClusterResult, error)
func LookupSkeClusterOutput(ctx *Context, args *LookupSkeClusterOutputArgs, opts ...InvokeOption) LookupSkeClusterResultOutput> Note: This function is named LookupSkeCluster in the Go SDK.
public static class GetSkeCluster
{
public static Task<GetSkeClusterResult> InvokeAsync(GetSkeClusterArgs args, InvokeOptions? opts = null)
public static Output<GetSkeClusterResult> Invoke(GetSkeClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSkeClusterResult> getSkeCluster(GetSkeClusterArgs args, InvokeOptions options)
public static Output<GetSkeClusterResult> getSkeCluster(GetSkeClusterArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getSkeCluster:getSkeCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- name str
- The cluster name.
- project_
id str - STACKIT project ID to which the cluster is associated.
- region str
- The resource region. If not defined, the provider region is used.
getSkeCluster Result
The following output properties are available:
- Egress
Address List<string>Ranges - The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
- Extensions
Get
Ske Cluster Extensions - A single extensions block as defined below
- Hibernations
List<Get
Ske Cluster Hibernation> - One or more hibernation block as defined below.
- Id string
- Kubernetes
Version stringMin - The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current kubernetes version being used for your cluster, use thekubernetes_version_usedfield. - Kubernetes
Version stringUsed - Full Kubernetes version used. For example, if
1.22was selected, this value may result to1.22.15 - Maintenance
Get
Ske Cluster Maintenance - A single maintenance block as defined below
- Name string
- The cluster name.
- Network
Get
Ske Cluster Network - Network block as defined below.
- Node
Pools List<GetSke Cluster Node Pool> - One or more
node_poolblock as defined below. - Pod
Address List<string>Ranges - The network ranges (in CIDR notation) used by pods of the cluster.
- Project
Id string - STACKIT project ID to which the cluster is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Egress
Address []stringRanges - The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
- Extensions
Get
Ske Cluster Extensions - A single extensions block as defined below
- Hibernations
[]Get
Ske Cluster Hibernation - One or more hibernation block as defined below.
- Id string
- Kubernetes
Version stringMin - The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current kubernetes version being used for your cluster, use thekubernetes_version_usedfield. - Kubernetes
Version stringUsed - Full Kubernetes version used. For example, if
1.22was selected, this value may result to1.22.15 - Maintenance
Get
Ske Cluster Maintenance - A single maintenance block as defined below
- Name string
- The cluster name.
- Network
Get
Ske Cluster Network - Network block as defined below.
- Node
Pools []GetSke Cluster Node Pool - One or more
node_poolblock as defined below. - Pod
Address []stringRanges - The network ranges (in CIDR notation) used by pods of the cluster.
- Project
Id string - STACKIT project ID to which the cluster is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- egress
Address List<String>Ranges - The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
- extensions
Get
Ske Cluster Extensions - A single extensions block as defined below
- hibernations
List<Get
Ske Cluster Hibernation> - One or more hibernation block as defined below.
- id String
- kubernetes
Version StringMin - The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current kubernetes version being used for your cluster, use thekubernetes_version_usedfield. - kubernetes
Version StringUsed - Full Kubernetes version used. For example, if
1.22was selected, this value may result to1.22.15 - maintenance
Get
Ske Cluster Maintenance - A single maintenance block as defined below
- name String
- The cluster name.
- network
Get
Ske Cluster Network - Network block as defined below.
- node
Pools List<GetSke Cluster Node Pool> - One or more
node_poolblock as defined below. - pod
Address List<String>Ranges - The network ranges (in CIDR notation) used by pods of the cluster.
- project
Id String - STACKIT project ID to which the cluster is associated.
- region String
- The resource region. If not defined, the provider region is used.
- egress
Address string[]Ranges - The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
- extensions
Get
Ske Cluster Extensions - A single extensions block as defined below
- hibernations
Get
Ske Cluster Hibernation[] - One or more hibernation block as defined below.
- id string
- kubernetes
Version stringMin - The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current kubernetes version being used for your cluster, use thekubernetes_version_usedfield. - kubernetes
Version stringUsed - Full Kubernetes version used. For example, if
1.22was selected, this value may result to1.22.15 - maintenance
Get
Ske Cluster Maintenance - A single maintenance block as defined below
- name string
- The cluster name.
- network
Get
Ske Cluster Network - Network block as defined below.
- node
Pools GetSke Cluster Node Pool[] - One or more
node_poolblock as defined below. - pod
Address string[]Ranges - The network ranges (in CIDR notation) used by pods of the cluster.
- project
Id string - STACKIT project ID to which the cluster is associated.
- region string
- The resource region. If not defined, the provider region is used.
- egress_
address_ Sequence[str]ranges - The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
- extensions
Get
Ske Cluster Extensions - A single extensions block as defined below
- hibernations
Sequence[Get
Ske Cluster Hibernation] - One or more hibernation block as defined below.
- id str
- kubernetes_
version_ strmin - The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current kubernetes version being used for your cluster, use thekubernetes_version_usedfield. - kubernetes_
version_ strused - Full Kubernetes version used. For example, if
1.22was selected, this value may result to1.22.15 - maintenance
Get
Ske Cluster Maintenance - A single maintenance block as defined below
- name str
- The cluster name.
- network
Get
Ske Cluster Network - Network block as defined below.
- node_
pools Sequence[GetSke Cluster Node Pool] - One or more
node_poolblock as defined below. - pod_
address_ Sequence[str]ranges - The network ranges (in CIDR notation) used by pods of the cluster.
- project_
id str - STACKIT project ID to which the cluster is associated.
- region str
- The resource region. If not defined, the provider region is used.
- egress
Address List<String>Ranges - The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.
- extensions Property Map
- A single extensions block as defined below
- hibernations List<Property Map>
- One or more hibernation block as defined below.
- id String
- kubernetes
Version StringMin - The minimum Kubernetes version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current kubernetes version being used for your cluster, use thekubernetes_version_usedfield. - kubernetes
Version StringUsed - Full Kubernetes version used. For example, if
1.22was selected, this value may result to1.22.15 - maintenance Property Map
- A single maintenance block as defined below
- name String
- The cluster name.
- network Property Map
- Network block as defined below.
- node
Pools List<Property Map> - One or more
node_poolblock as defined below. - pod
Address List<String>Ranges - The network ranges (in CIDR notation) used by pods of the cluster.
- project
Id String - STACKIT project ID to which the cluster is associated.
- region String
- The resource region. If not defined, the provider region is used.
Supporting Types
GetSkeClusterExtensions
- Acl
Get
Ske Cluster Extensions Acl - Cluster access control configuration
- Argus
Get
Ske Cluster Extensions Argus - A single argus block as defined below. This field is deprecated and will be removed 06 January 2026.
- Dns
Get
Ske Cluster Extensions Dns - DNS extension configuration
- Observability
Get
Ske Cluster Extensions Observability - A single observability block as defined below.
- Acl
Get
Ske Cluster Extensions Acl - Cluster access control configuration
- Argus
Get
Ske Cluster Extensions Argus - A single argus block as defined below. This field is deprecated and will be removed 06 January 2026.
- Dns
Get
Ske Cluster Extensions Dns - DNS extension configuration
- Observability
Get
Ske Cluster Extensions Observability - A single observability block as defined below.
- acl
Get
Ske Cluster Extensions Acl - Cluster access control configuration
- argus
Get
Ske Cluster Extensions Argus - A single argus block as defined below. This field is deprecated and will be removed 06 January 2026.
- dns
Get
Ske Cluster Extensions Dns - DNS extension configuration
- observability
Get
Ske Cluster Extensions Observability - A single observability block as defined below.
- acl
Get
Ske Cluster Extensions Acl - Cluster access control configuration
- argus
Get
Ske Cluster Extensions Argus - A single argus block as defined below. This field is deprecated and will be removed 06 January 2026.
- dns
Get
Ske Cluster Extensions Dns - DNS extension configuration
- observability
Get
Ske Cluster Extensions Observability - A single observability block as defined below.
- acl
Get
Ske Cluster Extensions Acl - Cluster access control configuration
- argus
Get
Ske Cluster Extensions Argus - A single argus block as defined below. This field is deprecated and will be removed 06 January 2026.
- dns
Get
Ske Cluster Extensions Dns - DNS extension configuration
- observability
Get
Ske Cluster Extensions Observability - A single observability block as defined below.
- acl Property Map
- Cluster access control configuration
- argus Property Map
- A single argus block as defined below. This field is deprecated and will be removed 06 January 2026.
- dns Property Map
- DNS extension configuration
- observability Property Map
- A single observability block as defined below.
GetSkeClusterExtensionsAcl
- Allowed
Cidrs List<string> - Specify a list of CIDRs to whitelist
- Enabled bool
- Is ACL enabled?
- Allowed
Cidrs []string - Specify a list of CIDRs to whitelist
- Enabled bool
- Is ACL enabled?
- allowed
Cidrs List<String> - Specify a list of CIDRs to whitelist
- enabled Boolean
- Is ACL enabled?
- allowed
Cidrs string[] - Specify a list of CIDRs to whitelist
- enabled boolean
- Is ACL enabled?
- allowed_
cidrs Sequence[str] - Specify a list of CIDRs to whitelist
- enabled bool
- Is ACL enabled?
- allowed
Cidrs List<String> - Specify a list of CIDRs to whitelist
- enabled Boolean
- Is ACL enabled?
GetSkeClusterExtensionsArgus
- Argus
Instance stringId - Instance ID of argus
- Enabled bool
- Flag to enable/disable argus extensions.
- Argus
Instance stringId - Instance ID of argus
- Enabled bool
- Flag to enable/disable argus extensions.
- argus
Instance StringId - Instance ID of argus
- enabled Boolean
- Flag to enable/disable argus extensions.
- argus
Instance stringId - Instance ID of argus
- enabled boolean
- Flag to enable/disable argus extensions.
- argus_
instance_ strid - Instance ID of argus
- enabled bool
- Flag to enable/disable argus extensions.
- argus
Instance StringId - Instance ID of argus
- enabled Boolean
- Flag to enable/disable argus extensions.
GetSkeClusterExtensionsDns
GetSkeClusterExtensionsObservability
- Enabled bool
- Flag to enable/disable Observability extensions.
- Instance
Id string - Observability instance ID to choose which Observability instance is used. Required when enabled is set to
true.
- Enabled bool
- Flag to enable/disable Observability extensions.
- Instance
Id string - Observability instance ID to choose which Observability instance is used. Required when enabled is set to
true.
- enabled Boolean
- Flag to enable/disable Observability extensions.
- instance
Id String - Observability instance ID to choose which Observability instance is used. Required when enabled is set to
true.
- enabled boolean
- Flag to enable/disable Observability extensions.
- instance
Id string - Observability instance ID to choose which Observability instance is used. Required when enabled is set to
true.
- enabled bool
- Flag to enable/disable Observability extensions.
- instance_
id str - Observability instance ID to choose which Observability instance is used. Required when enabled is set to
true.
- enabled Boolean
- Flag to enable/disable Observability extensions.
- instance
Id String - Observability instance ID to choose which Observability instance is used. Required when enabled is set to
true.
GetSkeClusterHibernation
GetSkeClusterMaintenance
- Enable
Kubernetes boolVersion Updates - Flag to enable/disable auto-updates of the Kubernetes version.
- Enable
Machine boolImage Version Updates - Flag to enable/disable auto-updates of the OS image version.
- End string
- Date time for maintenance window end.
- Start string
- Date time for maintenance window start.
- Enable
Kubernetes boolVersion Updates - Flag to enable/disable auto-updates of the Kubernetes version.
- Enable
Machine boolImage Version Updates - Flag to enable/disable auto-updates of the OS image version.
- End string
- Date time for maintenance window end.
- Start string
- Date time for maintenance window start.
- enable
Kubernetes BooleanVersion Updates - Flag to enable/disable auto-updates of the Kubernetes version.
- enable
Machine BooleanImage Version Updates - Flag to enable/disable auto-updates of the OS image version.
- end String
- Date time for maintenance window end.
- start String
- Date time for maintenance window start.
- enable
Kubernetes booleanVersion Updates - Flag to enable/disable auto-updates of the Kubernetes version.
- enable
Machine booleanImage Version Updates - Flag to enable/disable auto-updates of the OS image version.
- end string
- Date time for maintenance window end.
- start string
- Date time for maintenance window start.
- enable_
kubernetes_ boolversion_ updates - Flag to enable/disable auto-updates of the Kubernetes version.
- enable_
machine_ boolimage_ version_ updates - Flag to enable/disable auto-updates of the OS image version.
- end str
- Date time for maintenance window end.
- start str
- Date time for maintenance window start.
- enable
Kubernetes BooleanVersion Updates - Flag to enable/disable auto-updates of the Kubernetes version.
- enable
Machine BooleanImage Version Updates - Flag to enable/disable auto-updates of the OS image version.
- end String
- Date time for maintenance window end.
- start String
- Date time for maintenance window start.
GetSkeClusterNetwork
- Id string
- ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
- Id string
- ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
- id String
- ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
- id string
- ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
- id str
- ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
- id String
- ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.
GetSkeClusterNodePool
- Allow
System boolComponents - Allow system components to run on this node pool.
- Availability
Zones List<string> - Specify a list of availability zones.
- Cri string
- Specifies the container runtime.
- Labels Dictionary<string, string>
- Labels to add to each node.
- Machine
Type string - The machine type.
- Max
Surge int - The maximum number of nodes upgraded simultaneously.
- int
- The maximum number of nodes unavailable during upgraded.
- Maximum int
- Maximum number of nodes in the pool.
- Minimum int
- Minimum number of nodes in the pool.
- Name string
- Specifies the name of the node pool.
- Os
Name string - The name of the OS image.
- Os
Version string - The OS image version.
- Os
Version stringMin - The minimum OS image version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current OS image version being used for the node pool, use the read-onlyos_version_usedfield. - Os
Version stringUsed - Full OS image version used. For example, if 3815.2 was set in
os_version_min, this value may result to 3815.2.2. SKE automatically updates the cluster Kubernetes version if you have setmaintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. - Taints
List<Get
Ske Cluster Node Pool Taint> - Specifies a taint list as defined below.
- Volume
Size int - The volume size in GB.
- Volume
Type string - Specifies the volume type.
- Allow
System boolComponents - Allow system components to run on this node pool.
- Availability
Zones []string - Specify a list of availability zones.
- Cri string
- Specifies the container runtime.
- Labels map[string]string
- Labels to add to each node.
- Machine
Type string - The machine type.
- Max
Surge int - The maximum number of nodes upgraded simultaneously.
- int
- The maximum number of nodes unavailable during upgraded.
- Maximum int
- Maximum number of nodes in the pool.
- Minimum int
- Minimum number of nodes in the pool.
- Name string
- Specifies the name of the node pool.
- Os
Name string - The name of the OS image.
- Os
Version string - The OS image version.
- Os
Version stringMin - The minimum OS image version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current OS image version being used for the node pool, use the read-onlyos_version_usedfield. - Os
Version stringUsed - Full OS image version used. For example, if 3815.2 was set in
os_version_min, this value may result to 3815.2.2. SKE automatically updates the cluster Kubernetes version if you have setmaintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. - Taints
[]Get
Ske Cluster Node Pool Taint - Specifies a taint list as defined below.
- Volume
Size int - The volume size in GB.
- Volume
Type string - Specifies the volume type.
- allow
System BooleanComponents - Allow system components to run on this node pool.
- availability
Zones List<String> - Specify a list of availability zones.
- cri String
- Specifies the container runtime.
- labels Map<String,String>
- Labels to add to each node.
- machine
Type String - The machine type.
- max
Surge Integer - The maximum number of nodes upgraded simultaneously.
- Integer
- The maximum number of nodes unavailable during upgraded.
- maximum Integer
- Maximum number of nodes in the pool.
- minimum Integer
- Minimum number of nodes in the pool.
- name String
- Specifies the name of the node pool.
- os
Name String - The name of the OS image.
- os
Version String - The OS image version.
- os
Version StringMin - The minimum OS image version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current OS image version being used for the node pool, use the read-onlyos_version_usedfield. - os
Version StringUsed - Full OS image version used. For example, if 3815.2 was set in
os_version_min, this value may result to 3815.2.2. SKE automatically updates the cluster Kubernetes version if you have setmaintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. - taints
List<Get
Ske Cluster Node Pool Taint> - Specifies a taint list as defined below.
- volume
Size Integer - The volume size in GB.
- volume
Type String - Specifies the volume type.
- allow
System booleanComponents - Allow system components to run on this node pool.
- availability
Zones string[] - Specify a list of availability zones.
- cri string
- Specifies the container runtime.
- labels {[key: string]: string}
- Labels to add to each node.
- machine
Type string - The machine type.
- max
Surge number - The maximum number of nodes upgraded simultaneously.
- number
- The maximum number of nodes unavailable during upgraded.
- maximum number
- Maximum number of nodes in the pool.
- minimum number
- Minimum number of nodes in the pool.
- name string
- Specifies the name of the node pool.
- os
Name string - The name of the OS image.
- os
Version string - The OS image version.
- os
Version stringMin - The minimum OS image version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current OS image version being used for the node pool, use the read-onlyos_version_usedfield. - os
Version stringUsed - Full OS image version used. For example, if 3815.2 was set in
os_version_min, this value may result to 3815.2.2. SKE automatically updates the cluster Kubernetes version if you have setmaintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. - taints
Get
Ske Cluster Node Pool Taint[] - Specifies a taint list as defined below.
- volume
Size number - The volume size in GB.
- volume
Type string - Specifies the volume type.
- allow_
system_ boolcomponents - Allow system components to run on this node pool.
- availability_
zones Sequence[str] - Specify a list of availability zones.
- cri str
- Specifies the container runtime.
- labels Mapping[str, str]
- Labels to add to each node.
- machine_
type str - The machine type.
- max_
surge int - The maximum number of nodes upgraded simultaneously.
- int
- The maximum number of nodes unavailable during upgraded.
- maximum int
- Maximum number of nodes in the pool.
- minimum int
- Minimum number of nodes in the pool.
- name str
- Specifies the name of the node pool.
- os_
name str - The name of the OS image.
- os_
version str - The OS image version.
- os_
version_ strmin - The minimum OS image version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current OS image version being used for the node pool, use the read-onlyos_version_usedfield. - os_
version_ strused - Full OS image version used. For example, if 3815.2 was set in
os_version_min, this value may result to 3815.2.2. SKE automatically updates the cluster Kubernetes version if you have setmaintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. - taints
Sequence[Get
Ske Cluster Node Pool Taint] - Specifies a taint list as defined below.
- volume_
size int - The volume size in GB.
- volume_
type str - Specifies the volume type.
- allow
System BooleanComponents - Allow system components to run on this node pool.
- availability
Zones List<String> - Specify a list of availability zones.
- cri String
- Specifies the container runtime.
- labels Map<String>
- Labels to add to each node.
- machine
Type String - The machine type.
- max
Surge Number - The maximum number of nodes upgraded simultaneously.
- Number
- The maximum number of nodes unavailable during upgraded.
- maximum Number
- Maximum number of nodes in the pool.
- minimum Number
- Minimum number of nodes in the pool.
- name String
- Specifies the name of the node pool.
- os
Name String - The name of the OS image.
- os
Version String - The OS image version.
- os
Version StringMin - The minimum OS image version, this field is always nil. SKE automatically updates the cluster Kubernetes version if you have set
maintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. To get the current OS image version being used for the node pool, use the read-onlyos_version_usedfield. - os
Version StringUsed - Full OS image version used. For example, if 3815.2 was set in
os_version_min, this value may result to 3815.2.2. SKE automatically updates the cluster Kubernetes version if you have setmaintenance.enable_kubernetes_version_updatesto true or if there is a mandatory update, as described in General information for Kubernetes & OS updates. - taints List<Property Map>
- Specifies a taint list as defined below.
- volume
Size Number - The volume size in GB.
- volume
Type String - Specifies the volume type.
GetSkeClusterNodePoolTaint
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
