-
Notifications
You must be signed in to change notification settings - Fork 327
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
feat: add k8s topology zone info for nodePort service #4301
Conversation
04ebc1e
to
dc24ff2
Compare
Hi @kolorful thank you for your nice catch! I tested and the code looks perfect! I added one small change in the test, but I would suggest we add more tests similarly to what you have done in your first PR. I recommend we add more tests in following functions to cover more scenarios:
Make sure you pull the latest main branch before getting started. Thank you again for your contribution! |
@xwa153 thanks for reviewing the code! I've rebased upstream, maded the requested updates. Would you mind taking a another look? |
@kolorful Thank you for your hard work! All look great! 👍 |
Hi @kolorful We need to pass the CI before merging into main. But the CI needs the internal credentials. I cherry-picked your commit and opened another PR in order to pass the CI. The changes are identical except for the file name of the changelog to reflect the number of the PR. We will close this PR after that one is merged. Please let me know if you have any question. Thanks for your contribution. |
… (#4470) * feat: add k8s topology zone info for nodePort service * original PR: #4301 --------- Co-authored-by: kolorful <[email protected]>
PR merged |
Changes proposed in this PR
How I've tested this PR
How I expect reviewers to test this PR
Checklist