AWS::EKS::Nodegroup NodeRepairConfigOverrides - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

JSON

{ "MinRepairWaitTimeMins" : Integer, "NodeMonitoringCondition" : String, "NodeUnhealthyReason" : String, "RepairAction" : String }

Properties

MinRepairWaitTimeMins

Specify the minimum time in minutes to wait before attempting to repair a node with this specific nodeMonitoringCondition and nodeUnhealthyReason.

Required: No

Type: Integer

Minimum: 1

Update 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 | NoAction

Update requires: No interruption