Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with wait-for-cluster.sh and clusters with similar names. #744

Closed
jclarksnps opened this issue Nov 16, 2020 · 3 comments
Closed

Issue with wait-for-cluster.sh and clusters with similar names. #744

jclarksnps opened this issue Nov 16, 2020 · 3 comments

Comments

@jclarksnps
Copy link

We tried to create a private cluster using this module and we ended up in a never ending loop, due to the filter syntax used to wait for a cluster to be "RUNNING" (https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/scripts/wait-for-cluster.sh). To reproduce, just have a cluster named "mycluster-foo", and then try and create one called "mycluster-bar" wait-for-cluster.sh will wait until the end of time :)

@bharathkkb
Copy link
Member

Hi @jclarksnps
Thanks for the report, we have a fix on main and should be solved with the 12.1.0 release. Were you using the 12.0 release or did this happen on main?

@jclarksnps
Copy link
Author

@bharathkkb we are using 12.0

@bharathkkb
Copy link
Member

@jclarksnps just released v12.1.0 that should fix this. Feel free to reopen if you run into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants