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
Hi there,
It would be nice if we can control the timeout in creation and especially destroy for some large images that takes to pull more than 5 minutes.
Error on create:
kubernetes_pod.xxx: timeout while waiting for state to become 'Running' (last state: 'Pending', timeout: 5m0s)
error on destroy:
kubernetes_pod.xxx: Still destroying... (ID: default/xxx-1, 1m0s elapsed) Error: Error applying plan: 3 error(s) occurred: kubernetes_pod.xxx (destroy): 1 error(s) occurred: kubernetes_pod.xxx: Pod java-xxx-1 still exists (Pending)
kubernetes_pod.xxx: Still destroying... (ID: default/xxx-1, 1m0s elapsed) Error: Error applying plan: 3 error(s) occurred:
The text was updated successfully, but these errors were encountered:
Hey @mahmoudian1 totally agreed, we can add customizable timeouts for this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi there,
It would be nice if we can control the timeout in creation and especially destroy for some large images that takes to pull more than 5 minutes.
Error on create:
error on destroy:
The text was updated successfully, but these errors were encountered: