Skip to content

Commit 9bcd6ac

Browse files
committed
Learn Editor: Update use-container-storage-with-local-disk.md
1 parent d9ed510 commit 9bcd6ac

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,6 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
165165

166166
You've now deployed a pod that's using Ephemeral Disk as its storage, and you can use it for your Kubernetes workloads.
167167

168-
## Detach and reattach a persistent volume
169-
170-
To detach a persistent volume, delete the pod that the persistent volume is attached to. Replace `<pod-name>` with the name of the pod, for example **fiopod**.
171-
172-
```azurecli-interactive
173-
kubectl delete pods <pod-name>
174-
```
175-
176-
To reattach a persistent volume, simply reference the persistent volume claim name in the YAML manifest file as described in [Deploy a pod and attach a persistent volume](#deploy-a-pod-and-attach-a-persistent-volume).
177-
178-
To check which persistent volume a persistent volume claim is bound to, run `kubectl get pvc <persistent-volume-claim-name>`.
179-
180168
## Expand a storage pool
181169

182170
You can expand storage pools backed by local NVMe or temp SSD to scale up quickly and without downtime. Shrinking storage pools isn't currently supported.

0 commit comments

Comments
 (0)