You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
When creating a bucketClaim, then bucket will be created by bucketClaim Controller. But bucket is abnormal(curl DriverCreateBucket failed due to some reasons). In this case, when you delete the bucketclaim, the bucketclaim cannot be deleted successfully because of the "BucketClaimFinalizer" on the bucketClaim object.
What you expected to happen:
Delete bucketClaim successfully when bucket is abnormal.
How to reproduce this bug (as minimally and precisely as possible):
1、create a bucketclaim by using bucketClass with wrong server endpoint.
2、bucket has been created, but is abnormal.
3、delete this bucketclaim (suspended and fails).
Anything else relevant for this bug report?:
Environment:
Kubernetes version (use kubectl version), please list client and server:
Controller version (provide the release tag or commit hash):
Provisoner name and version (provide the release tag or commit hash):
Cloud provider or hardware configuration:
OS (e.g: cat /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Network plugin and version (if this is a network-related bug):
Others:
The text was updated successfully, but these errors were encountered:
Bug Report
What happened:
When creating a bucketClaim, then bucket will be created by bucketClaim Controller. But bucket is abnormal(curl DriverCreateBucket failed due to some reasons). In this case, when you delete the bucketclaim, the bucketclaim cannot be deleted successfully because of the "BucketClaimFinalizer" on the bucketClaim object.
What you expected to happen:
Delete bucketClaim successfully when bucket is abnormal.
How to reproduce this bug (as minimally and precisely as possible):
1、create a bucketclaim by using bucketClass with wrong server endpoint.
2、bucket has been created, but is abnormal.
3、delete this bucketclaim (suspended and fails).
Anything else relevant for this bug report?:
Environment:
kubectl version
), please list client and server:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: