Skip to content

Commit

Permalink
Merge pull request eksctl-io#240 from leakingtapan/readme
Browse files Browse the repository at this point in the history
Update example folder name
  • Loading branch information
Cheng Pan authored Mar 16, 2019
2 parents a33d6c7 + f58e9d6 commit 407533d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ kubectl get pods -n kube-system

## Examples
Make sure you follow the [Prerequisites](README.md#Prerequisites) before the examples:
* [Dynamic Provisioning](../examples/kubernetes/pod-single-volume)
* [Dynamic Provisioning](../examples/kubernetes/dynamic-provisioning)
* [Block Volume](../examples/kubernetes/block-volume)
* [Volume Snapshot](../examples/kubernetes/snapshot)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Dynamic Volume Provisioning with AWS EBS CSI Driver
# Dynamic Volume Provisioning
This example shows how to create a EBS volume and consume it from container dynamically.

## Prerequisites

Expand Down

0 comments on commit 407533d

Please sign in to comment.