AWS::SageMaker::Cluster ClusterKubernetesConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::Cluster ClusterKubernetesConfig

Kubernetes configuration that specifies labels and taints to be applied to cluster nodes in an instance group.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Labels" : {Key: Value, ...}, "Taints" : [ ClusterKubernetesTaint, ... ] }

YAML

Labels: Key: Value Taints: - ClusterKubernetesTaint

Properties

Labels

Key-value pairs of labels to be applied to cluster nodes.

Required: No

Type: Object of String

Pattern: ^.+$

Update requires: No interruption

Taints

List of taints to be applied to cluster nodes.

Required: No

Type: Array of ClusterKubernetesTaint

Maximum: 50

Update requires: No interruption