Skip to content

Commit eaadc8d

Browse files
committed
doc: Fix glusterfs documentation example
1 parent b4e912e commit eaadc8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/storage/glusterfs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ To easiest way to check for errors is to check the logs of Heketi and QM.
7676

7777
## Example Application
7878

79-
The file `examples/nfs/nginx-demo.yaml` contains an example application set
80-
which will utilize one of the PVs created. Please edit the PersistentVolumeClaim
81-
annotation to match the name of the storage class. To run the application type:
79+
The file [`examples/glusterfs/nginx-demo.yaml`](https://github.com/coreos/quartermaster/blob/master/examples/glusterfs/nginx-demo.yaml)
80+
contains an example application set which will utilize dynamic provisioning to
81+
create a physical volume. Simply run the following command to start the demo:
8282

8383
```
84-
$ kubectl create -f examples/nfs/nginx-demo.yaml
84+
$ kubectl create -f examples/glusterfs/nginx-demo.yaml
8585
```
8686

8787
This application runs a set of pods which write a `index.html` file with the

0 commit comments

Comments
 (0)