Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Said B authored Jun 15, 2022
1 parent 53fcf03 commit 7c078c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Fivetran specific modifications
Some Donkey clusters have long names and resources in this module add suffixes to cluster names and they hit AWS name limits, e.g.
```
Error: expected length of name to be in the range (1 - 64), got supporting-services-ap-southeast-2-just-gopher-1-cluster-autoscaler
on .terraform/modules/ss_cluster_autoscaler/iam.tf line 62, in resource "aws_iam_role" "cluster_autoscaler":
62: name = "${var.cluster_name}-cluster-autoscaler"
```

This fork addresses this problem until all our clusters use shorter cluster names.

# AWS EKS cluster autoscaler Terraform module

[![labyrinth labs logo](ll-logo.png)](https://lablabs.io/)
Expand Down

0 comments on commit 7c078c6

Please sign in to comment.