-
Notifications
You must be signed in to change notification settings - Fork 135
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
[Backoport][release-1.2] Fix: PVC used by a job doesn't get resize after the pod of the job completed #199
[Backoport][release-1.2] Fix: PVC used by a job doesn't get resize after the pod of the job completed #199
Conversation
…mpleted Once the job pod is terminated, remove the corresponding PVC from the usedPVCs. issue-175 Signed-off-by: Phan Le <phan.le@suse.com>
Hi @PhanLe1010. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gnufied, PhanLe1010 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 |
@gnufied Can we cut a new release v1.2.1 for this fix? |
d24254f Merge pull request kubernetes-csi#202 from xing-yang/kind_0.14.0 0faa3fc Update to Kind v0.14.0 images ef4e1b2 Merge pull request kubernetes-csi#201 from xing-yang/add_1.24_image 4ddce25 Add 1.24 Kind image 7fe5149 Merge pull request kubernetes-csi#200 from pohly/bump-kubernetes-version 70915a8 prow.sh: update snapshotter version 31a3f38 Merge pull request kubernetes-csi#199 from pohly/bump-kubernetes-version 7577454 prow.sh: bump Kubernetes to v1.22.0 git-subtree-dir: release-tools git-subtree-split: d24254f6aa780bb6ba36a946973ee01df5633f6b
Once the job pod is terminated, remove the corresponding PVC from the
usedPVCs.
Signed-off-by: Phan Le phan.le@suse.com
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #175
Special notes for your reviewer:
Does this PR introduce a user-facing change?: