We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello all,
We get a timeout from time to time when we want to dismantle the SKE via Terraform.
╷ │ Error: Error deleting cluster │ │ Cluster deletion waiting: WaitWithContext() has timed out ╵
Is it possible to get add a timeout parameter to increase the limit?
https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts
The text was updated successfully, but these errors were encountered:
Hello @ZoeLeah , thanks for opening the issue. I have created an entry in our backlog to add this timeout parameter to all resources.
In the meantime, I will increase the SKE cluster resource timeout to see if the issue is less frequent for you
Sorry, something went wrong.
I have increased the timeout for SKE cluster deletion. It will be included in the next provider release.
No branches or pull requests
Hello all,
We get a timeout from time to time when we want to dismantle the SKE via Terraform.
╷
│ Error: Error deleting cluster
│
│ Cluster deletion waiting: WaitWithContext() has timed out
╵
Is it possible to get add a timeout parameter to increase the limit?
https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts
The text was updated successfully, but these errors were encountered: