From 528340cf09a2d0cb90c153883a61ca4e28c2fae8 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Mon, 6 Dec 2021 21:45:02 +0800 Subject: [PATCH] Update storage.md a typo --- storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage.md b/storage.md index 88ea2ca..a0e68ce 100644 --- a/storage.md +++ b/storage.md @@ -64,7 +64,7 @@ file Questions: -- Create a persistent volume from hostPath and a persistent volume claim corresponding tothat PV. Create a pod that uses the PVC and check that the volume is mounted in the pod. +- Create a persistent volume from hostPath and a persistent volume claim corresponding to that PV. Create a pod that uses the PVC and check that the volume is mounted in the pod. - Create a file from the pod in the volume then delete it and create a new pod with the same volume and show the created file by the first pod.
Solution