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

pkg/canary/daemonset: fix ready condition according to kubectl #529

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

mathetake
Copy link
Collaborator

not sure but hope this will solve #525


fixed isDaemonSetReady function according to kubectl's official implementation

@mathetake mathetake requested a review from stefanprodan as a code owner March 27, 2020 10:33
@@ -7,6 +7,7 @@ require (
github.com/aws/aws-sdk-go v1.29.29
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.4.0
github.com/pkg/errors v0.9.1
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think this is something to do with finalizer #495 (I am going to refactor in another PR

Copy link
Member

Choose a reason for hiding this comment

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

I think we should run go mod tidy in CI and fail the build if go.mod changes to prevent things like this in the future.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

agreed

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @mathetake 🎖

@mathetake
Copy link
Collaborator Author

thanks 😆

@mathetake mathetake merged commit 61fd505 into master Mar 27, 2020
@mathetake mathetake deleted the fix-daemonset-ready-cond branch March 27, 2020 10:48
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.

2 participants