File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
8787This application runs a set of pods which write a ` index.html ` file with the
You can’t perform that action at this time.
0 commit comments