xuwang / kube-aws-terraform

KAT - Kubernetes cluster on AWS with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Fails with long Cluster Name

nevetS opened this issue · comments

Because cluster name is used in the elb name, and elb name has a limit of 32 characters, a long cluster name will cause a build to fail.

The code should not try to create elbs with names longer than 32 characters.

@nevetS Fixed in f7aefeb. Thanks!