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::EKS::Nodegroup NodeRepairConfigOverrides
Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MinRepairWaitTimeMins" :Integer, "NodeMonitoringCondition" :String, "NodeUnhealthyReason" :String, "RepairAction" :String}
YAML
MinRepairWaitTimeMins:IntegerNodeMonitoringCondition:StringNodeUnhealthyReason:StringRepairAction:String
Properties
MinRepairWaitTimeMins-
Specify the minimum time in minutes to wait before attempting to repair a node with this specific
nodeMonitoringConditionandnodeUnhealthyReason.Required: No
Type: Integer
Minimum:
1Update requires: No interruption
NodeMonitoringCondition-
Specify an unhealthy condition reported by the node monitoring agent that this override would apply to.
Required: No
Type: String
Update requires: No interruption
NodeUnhealthyReason-
Specify a reason reported by the node monitoring agent that this override would apply to.
Required: No
Type: String
Update requires: No interruption
RepairAction-
Specify the repair action to take for nodes when all of the specified conditions are met.
Required: No
Type: String
Allowed values:
Replace | Reboot | NoActionUpdate requires: No interruption