-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_container_cluster doesn't create default pool, fails after long health check #6842
Comments
@kevinohara80 can you share your debug log? Thanks |
@edwardmedia Added the gist url to the original issue body |
I had the same issue. It all started since the default version for new clusters changed to 1.15.12-gke.2 (previously 1.14.10-gke.36) for stable release channel on July 22. I solved the issue by removing release channel and setting min_master_version to 1.14.10-gke.42 or 1.14.10-gke.46 as a workaround. |
I'm not sure there's much we can do in Terraform to fix this, unfortunately. We're sending correct requests to the API, but the GCE instances GKE provisions are failing to register themselves correctly as nodes. As @imrannayer's experience shows, it appears to be tied to the GKE K8S version and not the Terraform provider version. I've experienced the same myself intermittently, and it's generally resolved by waiting or changing GKE versions. I'm going to close this issue since there's nothing we can do provider-side. However, if any of you are consistently experiencing this issue and downgrading your provider works, please share that here! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
google_container_cluster
google_container_node_pool
Terraform Configuration Files
Debug Output
https://gist.github.com/kevinohara80/b2a771721d2a476c78f83a181328e12a
Panic Output
Expected Behavior
Cluster should have been created as this was a working configuration previously. I believe the last time this was run was on provider version 3.6 or so....possibly a later version than that.
Actual Behavior
The cluster creation hangs at the "Health Checks" portion and it looks as if the default node pool never gets created. It hangs for about 20 minutes before finally failing with the following message:
The GKE UI shows the default node pool trying to be created the entire time but the nodes never get spun up.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: