terraform-aws-eks-node-group icon indicating copy to clipboard operation
terraform-aws-eks-node-group copied to clipboard

The parameter nodeRepairConfig is not supported in region cn-north-1

Open tmiklu opened this issue 1 year ago • 0 comments

Describe the Bug

Bug Report: InvalidParameterException in EKS Node Group Creation

Description: When creating an EKS Node Group, the following error occurs:

Error: creating EKS Node Group (cluster:cluster-addons-workers-kiwi): operation error EKS: CreateNodegroup, https response error StatusCode: 400, RequestID: 3a49adc8-fa22-485c-bdb6-4d3f1d4e23e4, InvalidParameterException: The parameter nodeRepairConfig is not supported in region cn-north-1

References: L253 L342

Thank you.

Expected Behavior

The EKS Node Group should be created without issues, as nodeRepairConfig should either be supported in all regions or be excluded for unsupported regions.

Steps to Reproduce

Either remove or conditionally exclude the nodeRepairConfig parameter for unsupported regions like cn-north-1 in the module code.

Screenshots

No response

Environment

cn-north-1

Additional Context

No response

tmiklu avatar Mar 20 '25 16:03 tmiklu