-
-
Notifications
You must be signed in to change notification settings - Fork 134
Description
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
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