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

Fix await logic for extensions/v1beta1/Deployment #794

Merged
merged 1 commit into from
Sep 11, 2019

Conversation

lblackstone
Copy link
Member

Proposed changes

The extensions/v1beta1 version of Deployment uses a different
code path because it doesn't include all of the fields we use to
check readiness on newer apiVersions. This logic was updated
in #523, but introduced a different bug in the process. The logic
should now correctly check for readiness across all Deployment
apiVersions.

Related issues (optional)

Fixes #793

The extensions/v1beta1 version of Deployment uses a different
code path because it doesn't include all of the fields we use to
check readiness on newer apiVersions. This logic was updated
in #523, but introduced a different bug in the process. The logic
should now correctly check for readiness across all Deployment
apiVersions.
@lblackstone lblackstone merged commit ecd545d into master Sep 11, 2019
@pulumi-bot pulumi-bot deleted the lblackstone/old-deployment-fix branch September 11, 2019 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pulumi fails for some deployment with "Minimum number of live Pods was not attained"
2 participants