AWS::SageMaker::Cluster ClusterKubernetesConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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