-
Notifications
You must be signed in to change notification settings - Fork 170
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
delete COS bucket during teardown of cluster #10999
delete COS bucket during teardown of cluster #10999
Conversation
8477529
to
69161ff
Compare
verified: https://url.corp.redhat.com/26fdc79 logs
|
Description: Currently we are leaving COS buckets in IBM cloud as leftovers which was created by noobaa. So we are fetching bucket from backingstore and deleting. Signed-off-by: vavuthu <vavuthu@redhat.com>
69161ff
to
295af66
Compare
re-verified: https://url.corp.redhat.com/c2281f7 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dahorak, petr-balogh, vavuthu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@vavuthu please cherrypick down to 4.14 |
/cherry-pick release-4.17 |
/cherry-pick release-4.16 |
/cherry-pick release-4.15 |
@vavuthu: new pull request created: #11022 In response to this:
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-sigs/prow repository. |
/cherry-pick release-4.14 |
@vavuthu: new pull request created: #11023 In response to this:
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-sigs/prow repository. |
@vavuthu: #10999 failed to apply on top of branch "release-4.15":
In response to this:
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-sigs/prow repository. |
@vavuthu: #10999 failed to apply on top of branch "release-4.14":
In response to this:
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-sigs/prow repository. |
Description:
Currently we are leaving COS buckets in IBM cloud as leftovers which was created by noobaa. So we are fetching bucket from backingstore and deleting.
Signed-off-by: vavuthu vavuthu@redhat.com