Skip to content
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

fix: don't add finalizer for StorageProvider #9022

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zjx20
Copy link
Contributor

@zjx20 zjx20 commented Mar 8, 2025

We should not add a finalizer to the StorageProvider resource, because when KubeBlocks is uninstalled, the controller workload will be stopped first, so the finalizer will not be processed, preventing those StorageProvider resources from being deleted.

Relate to #9016.

@zjx20 zjx20 requested review from ldming, wangyelei and a team as code owners March 8, 2025 15:46
@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines. label Mar 8, 2025
@apecloud-bot apecloud-bot added the pre-approve Fork PR Pre Approve Test label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pre-approve Fork PR Pre Approve Test size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants