-
Notifications
You must be signed in to change notification settings - Fork 102
Fix the probeEtcd func()
to probe the corresponding Etcd
#523
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the fixes 🚀
Can you please communicate in the release notes what issues those changes generally fix, so the community gets an idea why the fixes are so important?
Improve the probeEtcd func call.
324f509
to
819a68e
Compare
done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @ishan16696!
/lgtm
Integration tests are not working properly after adding this line. |
probeEtcd func()
to probe the corresponding Etcd
I have revert the commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
We have observed that probeEtcd is just getting the
foo key
inorder to probe the Etcd. This PR fixes theprobeEtcd func()
to probe the corresponding Etcd in better way by getting its Endpoint Status.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: