Known issues with Astra Data Store and this Astra Control Center release
Known issues identify problems that might prevent you from using this release of the product successfully.
See these additional Astra Data Store known issues that might affect the management of Astra Data Store with the current release of the Astra Control Center.
Astra Data Store volume details do not appear in Storage Backends page of the Astra Control Center UI
Details such as capacity and throughput do not appear in the UI. When this issue occurs, unmanage the storage backend and add it back again.
Unmanaging a cluster with Astra Data Store requires first removing a managed system app
If you added a cluster that contains Astra Data Store to an Astra Control Center cluster, the astrads-system app is managed by default as a hidden application. To unmanage the cluster, you must first unmanage the astrads-system app. You cannot unmanage this type of app using the Astra Control Center UI. Instead, use an Astra Control API request to manually remove the app:
Details
-
Get the ID for the managed cluster using this API:
/accounts/{account_id}/topology/v1/managedClusters
Response:
{ "items": [ { "type": "application/astra-managedCluster", "version": "1.1", "id": "123ab987-0bc0-00d0-a00a-1234567abd8d", "name": "astrads-cluster-1234567", ...
-
Get the managed astrads-system app ID:
/accounts/{account_id}/topology/v2/managedClusters/{managedCluster_id}/apps
Response:
{ "items": [ [ "1b011d11-bb88-40c7-a1a1-ab1234c123d3", "astrads-system", "ready" ] ], "metadata": {} }
-
Delete the astrads-system app using the app ID you acquired in the previous step (
1b011d11-bb88-40c7-a1a1-ab1234c123d3
)./accounts/{account_id}/k8s/v2/apps/{astrads-system_app_id}