You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the generated cluster name includes the logical ID of the resource as a prefix with a postfix of the request ID, the resulting generated name can exceed 63 characters.
Since the generated cluster name includes the logical ID of the resource as a prefix with a postfix of the request ID, the resulting generated name can exceed 63 characters.
Fixes#5596
NOTE: since the current version of the EKS module have not been released yet, this is not a breaking change.
* fix(eks): generated cluster name can exceed 63 characters
Since the generated cluster name includes the logical ID of the resource as a prefix with a postfix of the request ID, the resulting generated name can exceed 63 characters.
Fixes#5596
NOTE: since the current version of the EKS module have not been released yet, this is not a breaking change.
* add test for cluster name trimming
* reduce to 62 because error message is not clear
* update to 100 chars
* update expectations
Since the generated cluster name includes the logical ID of the resource as a prefix with a postfix of the request ID, the resulting generated name can exceed 63 characters.
Fixes#5596
NOTE: since the current version of the EKS module have not been released yet, this is not a breaking change.
Since the generated cluster name includes the logical ID of the resource as a prefix with a postfix of the request ID, the resulting generated name can exceed 63 characters.
Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: