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 AWS 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_SCHEDULE
Update requires: No interruption
Key
-
The key of the taint.
Required: No
Type: String
Minimum:
1
Maximum:
63
Update requires: No interruption
Value
-
The value of the taint.
Required: No
Type: String
Minimum:
0
Maximum:
63
Update requires: No interruption