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
Disabling this module stops the controller that deploys and reconciles the object storage backends (Garage, SeaweedFS, Ceph RGW). Data stored in clusters managed by this module may become unavailable or be lost.
Before disabling the module, be sure to do the following:
- Delete resources in this order — BucketAccess, then BucketClaim, then BucketClaimPolicy, then Bucket, then ObjectStore — and wait until the controller has torn down the underlying backends, buckets, access keys, and related objects.
- Check for remaining resources with: `kubectl get bucketaccesses.storage.deckhouse.io -A` (short name: `ba`), `kubectl get bucketclaims.storage.deckhouse.io -A` (short name: `bc`), `kubectl get bucketclaimpolicies.storage.deckhouse.io` (short name: `bcp`), `kubectl get buckets.storage.deckhouse.io` (short name: `bkt`), and `kubectl get objectstores.storage.deckhouse.io` (short name: `ostore`). If any objects are listed, remove them before deactivating the module.
Failure to do so may result in data loss for deployed object storage clusters or incorrect cluster operation.