-
Notifications
You must be signed in to change notification settings - Fork 699
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
add OwnerReferences to pdb #565
Conversation
/assign @mitake |
/ok-to-test |
/lgtm |
@gaocegege Thanks! |
@gaocegege is this problem from my code? |
I will take a look soon. I am not sure about it. |
Sorry for the delay, could you please re-push your commit and force a new build for this PR? I think it is an accidental bug or caused by kubeflow/testing. |
Hi, @gaocegege , |
@gaocegege |
@ChanYiLin thanks for your PR! I'll take a look tomorrow (I'm attending kubecon now so my review will be slow, sorry for that) |
I will take a look again, sorry for that. Some of our people are in Kubecon Europe 2018 thus they may have no time to help us. |
It's okay, no problem! |
I think the CI is fixed, please rebase the master 😄 |
It seems that GPU test failed, I will take a look tomorrow. |
Thanks for your help! |
/retest |
2 similar comments
/retest |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege 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 |
/retest |
/retest |
I am not sure what happened in the CI now, maybe you could have a look, too. The argo UI and CI dashboard is public. |
/retest |
I am not sure what happened to the CI, it passes sometimes while failures also happened sometimes.. |
Anyway, it worked this time haha. |
* add OwnerReferences to pdb * refactor the syncPdb code * fix the bug of access pdb name. * add fake ObjectMeta uid in the testcase of TestPDBForGangScheduling * fix error when no pdb should be created * remove the fake uid in the testcase
* add OwnerReferences to pdb * refactor the syncPdb code * fix the bug of access pdb name. * add fake ObjectMeta uid in the testcase of TestPDBForGangScheduling * fix error when no pdb should be created * remove the fake uid in the testcase
Hi, after fixing the name of ObjectMeta of PDB.
I think we could add the OwnerReferences to PDB too.
This enable the Kubernetes GC to automatically delete the PDB when users delete the tfjob manually.
Thanks!
This change is