-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Deployment rollout issue when upgrading provider from 2.0.4 to 2.1.2 #202
Comments
I have the same issue when upgrading from @alekc Your example seems for |
By checking the commit history, I guess this is caused by #112. Because there're actually no kubernetes yaml changes, so deployments won't have rolling updates, then it get stuck. |
After attempting to upgrade the kubectl provider from 2.0.4 to 2.1.2, I've had issues with Deployment resources specifically. The apply hangs until timeout.
Reproduction steps:
This diff seems to come from the addition of the
live_manifest_incluster
field in the state.The apply now hangs indefinitely.
Notes:
Adding
wait_for_rollout = false
prior to applying with 2.1.2 will fix the issue.Do I need to disable
wait_for_rollout
for my existing resources before upgrading provider version, or is this a bug? I don't believe any changes are made to the actual manifest by upgrading the provider, so waiting for Rollout shouldn't be needed.TF debug error after timeout is:
I noticed this issue with Deployment, but I assume it goes for DaemonSet and StatefulSet as well.
Thanks!
The text was updated successfully, but these errors were encountered: