From be2c8ff4d80946d694f17fa5de1e5c0b2e77970a Mon Sep 17 00:00:00 2001 From: Drew Sirenko <68304519+AndrewSirenko@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:13:26 -0400 Subject: [PATCH] Update static-provisioning example README.md --- examples/kubernetes/static-provisioning/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kubernetes/static-provisioning/README.md b/examples/kubernetes/static-provisioning/README.md index 8284691341..de871ca50a 100644 --- a/examples/kubernetes/static-provisioning/README.md +++ b/examples/kubernetes/static-provisioning/README.md @@ -10,7 +10,7 @@ This example shows you how to create and consume a `PersistentVolume` from an existing EBS volume with static provisioning. -1. Edit the `PersistentVolume` manifest in [pv.yaml](./manifests/pv.yaml) to include your `volumeHandle` EBS volume ID and `nodeSelectorTerms` zone value. +1. Edit the `PersistentVolume` manifest in [pv.yaml](./manifests/pv.yaml) to include your `volumeHandle` EBS volume ID and `nodeSelectorTerms` zone value. Confirm that the `metadata.name` field in [pv.yaml](./manifests/pv.yaml) matches `spec.volumeName` in [pv.yaml](./manifests/claim.yaml). ``` apiVersion: v1 @@ -68,4 +68,4 @@ This example shows you how to create and consume a `PersistentVolume` from an ex persistentvolumeclaim "ebs-claim" deleted pod "app" deleted persistentvolume "test-pv" deleted - ``` \ No newline at end of file + ```