-
Notifications
You must be signed in to change notification settings - Fork 706
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
GetPodsForJob check the pod owner reference job uid #1796
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi, @tenzen-y (friendly ping ), Could you please have a look ? |
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.
Thank you for this improvement!
I left a few comments.
Hi, @tenzen-y , I've made some changes, please review again. |
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
Thanks for your contribution. I'm looking forward to collaborating more in the future.
/assign @johnugeorge @gaocegege @terrytangyuan
Maybe, I can't review the PR this week since there are many PRs in my review queue. |
it’s okay, take your time. |
Signed-off-by: yowenter <[email protected]>
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
Pull Request Test Coverage Report for Build 4819195351
💛 - Coveralls |
Thanks for cleaning this up @yowenter |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge, yowenter The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
If job is recreated using the deleted job name while the deleted job pods are stuck in
Terminating
state , the funcGetPodsForJob
maybe incorrect.Checklist: