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
for the use of a different variable for the Queue and the SQS Rule.
Also for the option of using name_prefix
Describe alternatives you've considered.
limiting cluster name to 35 characters until this is addressed
Additional context
The next limit to be hit is aws_sqs_queue name of 80 characters, which is prefixed by Karpenter-, making the total limit for the cluster name of 70 characters.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Is your request related to a problem? Please describe.
In https://github.com/terraform-aws-modules/terraform-aws-eks/blob/efbe952/modules/karpenter/main.tf#L261
aws_cloudwatch_event_rule
name limits cluster name to 35 characters, due to prefixing "Karpenter" and "InstanceStateChange".Given our clusters have an usually longer name plus append a Random Pet name, this makes it very hard to work with this length limitation
Describe the solution you'd like.
for the use of a different variable for the Queue and the SQS Rule.
Also for the option of using
name_prefix
Describe alternatives you've considered.
limiting cluster name to 35 characters until this is addressed
Additional context
The next limit to be hit is
aws_sqs_queue
name of 80 characters, which is prefixed byKarpenter-
, making the total limit for the cluster name of 70 characters.The text was updated successfully, but these errors were encountered: