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

POC for resumable GKE creates #5197

Closed
wants to merge 1 commit into from

Conversation

chrisst
Copy link
Contributor

@chrisst chrisst commented Dec 16, 2019

Implementation of the suggestions from hashicorp/terraform#21652

When GKE clusters are being created if the Terraform process gets killed it will not persist anything to state, but if the cluster succeeds in the mean time subsequent apply calls will attempt to create an identical cluster which will result in a collision error. This will allow the provider to catch the stop call when Terraform is killed in order to persist the operation id. If there is an operation id we will assume there was a prematurely killed operation in progress and resume polling for success/failure.

gke_resume

@ghost ghost added the size/m label Dec 16, 2019
@chrisst chrisst changed the title Adding POC for resumable GKE creates POC for resumable GKE creates Dec 16, 2019
@chrisst chrisst closed this Dec 18, 2019
@ghost
Copy link

ghost commented Mar 28, 2020

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 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant