From c53240c9261d8f2c4172de62ded633500f2697f7 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 10 Nov 2021 11:10:15 -0500 Subject: [PATCH] update --- examples/full-cluster/efs/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/full-cluster/efs/README.md b/examples/full-cluster/efs/README.md index 05fe280..fe11281 100644 --- a/examples/full-cluster/efs/README.md +++ b/examples/full-cluster/efs/README.md @@ -117,14 +117,11 @@ kube-proxy-qrv2w 1/1 Running 0 27h kube-proxy-zssvb 1/1 Running 0 27h ``` -* Create PV +* Create PVC Automated -** Automated +Use the `persistent-volume.tf`, which is setup by default, and should happen as part of the final apply above. -Use the `persistent-volume.tf`, which is setup by default, and should happen -as part of the final apply above. - -** Manual +* Create PVC Manually ```json # pvc.yaml @@ -142,6 +139,8 @@ spec: storageClassName: efs ``` +* Examinine the PV and PVC + ```console % kubectl get pv No resources found @@ -154,7 +153,7 @@ NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE efs-test3-claim Pending efs 39s ``` -** Examine +* Describing the PVC ```shell kubectl --kubeconfig setup/kube.config describe pvc efs-test3-claim