Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 10, 2021
1 parent 8388ca2 commit c53240c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions examples/full-cluster/efs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -142,6 +139,8 @@ spec:
storageClassName: efs
```

* Examinine the PV and PVC

```console
% kubectl get pv
No resources found
Expand All @@ -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
Expand Down

0 comments on commit c53240c

Please sign in to comment.