Skip to content

Commit 0df09e8

Browse files
committed
Add tabbed conceptual termination
1 parent 9243852 commit 0df09e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-arc/data/delete-managed-instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Output should look something like this:
6060
Deleted demo-mi from namespace arc
6161
```
6262

63+
---
64+
6365
## Reclaim the Kubernetes Persistent Volume Claims (PVCs)
6466

6567
A PersistentVolumeClaim (PVC) is a request for storage by a user from Kubernetes cluster while creating and adding storage to a SQL Managed Instance. Deleting a SQL Managed Instance does not remove its associated [PVCs](https://kubernetes.io/docs/concepts/storage/persistent-volumes/). This is by design. The intention is to help the user to access the database files in case the deletion of instance was accidental. Deleting PVCs is not mandatory. However it is recommended. If you don't reclaim these PVCs, you'll eventually end up with errors as your Kubernetes cluster will run out of disk space or usage of the same SQL Managed Instance name while creating new instance might cause inconsistencies. To reclaim the PVCs, take the following steps:

0 commit comments

Comments
 (0)