ClusterKubernetesConfigDetails - Amazon SageMaker

ClusterKubernetesConfigDetails

Detailed Kubernetes configuration showing both the current and desired state of labels and taints for cluster nodes.

Contents

CurrentLabels

The current labels applied to cluster nodes of an instance group.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 317.

Key Pattern: ([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?[A-Za-z0-9]([-A-Za-z0-9_.]*[A-Za-z0-9])?

Value Length Constraints: Minimum length of 1. Maximum length of 63.

Value Pattern: (([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?

Required: No

CurrentTaints

The current taints applied to cluster nodes of an instance group.

Type: Array of ClusterKubernetesTaint objects

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Required: No

DesiredLabels

The desired labels to be applied to cluster nodes of an instance group.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 317.

Key Pattern: ([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?[A-Za-z0-9]([-A-Za-z0-9_.]*[A-Za-z0-9])?

Value Length Constraints: Minimum length of 1. Maximum length of 63.

Value Pattern: (([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?

Required: No

DesiredTaints

The desired taints to be applied to cluster nodes of an instance group.

Type: Array of ClusterKubernetesTaint objects

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: