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" :{, "Taints" :Key:Value, ...}[ ClusterKubernetesTaint, ... ]}
YAML
Labels:Taints:Key:Value- 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:
50Update requires: No interruption