diff --git a/docs/storage.md b/docs/storage.md index fe5bf93e5..18f985586 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -111,12 +111,7 @@ kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.6.0/depl Longhorn will be installed in the namespace `longhorn-system`. -Apply the yaml to create the PVC and pod: - -```bash -kubectl create -f pvc.yaml -kubectl create -f pod.yaml -``` +Create a persistent volume claim and a pod to utilize it: ### pvc.yaml @@ -158,6 +153,13 @@ spec: claimName: longhorn-volv-pvc ``` +Apply the yaml to create the PVC and pod: + +```bash +kubectl create -f pvc.yaml +kubectl create -f pod.yaml +``` + Confirm the PV and PVC are created: ```bash