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 IsPodAvailable() to wait the PodReady is true (#72) #73

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

clamoriniere
Copy link
Collaborator

What does this PR do?

A brief description of the change being made with this pull request.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Describe your test plan

Write there any instructions and details you may have to test your PR.

This behaviour was the origin of a nasty bug with which the controller
didn't respect the "MaxUnavailable" parameter.
The controller was considering to many Pods as available, for example,
Pods in ImagePullBackoff were considered as available.
@clamoriniere clamoriniere requested a review from a team as a code owner December 28, 2020 20:53
@clamoriniere clamoriniere added this to the v0.5 milestone Dec 28, 2020
@clamoriniere clamoriniere added the bug Something isn't working label Dec 28, 2020
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request contains a valid label.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request contains a valid label.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request contains a valid label.

@clamoriniere clamoriniere merged commit 5d52e25 into v0.5 Dec 29, 2020
@clamoriniere clamoriniere deleted the clamoriniere/v0.5-IsPodAvailable branch December 29, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component/controller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant