xuwang / aws-terraform

Code examples to create CoreOS cluster on AWS with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cluster name hardcoded in some scripts, tmpl

xueshanf opened this issue · comments

Just change the CLUSTER_NAME variable from the default "coreos-cluster" at the top of Makefile is not enough. "coreos-cluster" is hard-coded in other places, which makes the cluster creation to fail.

Fixed by merge request 79f2b27

Thank you, Xueshan!