AWS::EKS::Nodegroup Taint
A property that allows a node to repel a set of pods. For more information, see Node taints on managed node groups.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Effect-
The effect of the taint.
Required: No
Type: String
Allowed values:
NO_EXECUTE | NO_SCHEDULE | PREFER_NO_SCHEDULEUpdate requires: No interruption
Key-
The key of the taint.
Required: No
Type: String
Minimum:
1Maximum:
63Update requires: No interruption
Value-
The value of the taint.
Required: No
Type: String
Minimum:
0Maximum:
63Update requires: No interruption