Fix wrong path of storageclass.yaml

This commit is contained in:
Sheng Yang 2018-08-02 00:13:34 -07:00
parent 3757bf9e6c
commit dfcf7ca8cf

View File

@ -127,7 +127,7 @@ Longhorn provides persistent volume directly to Kubernetes through one of the Lo
Use following command to create a default Longhorn StorageClass named `longhorn`.
```
kubectl create -f https://raw.githubusercontent.com/rancher/longhorn/rc/deploy/example-storageclass.yaml
kubectl create -f https://raw.githubusercontent.com/rancher/longhorn/rc/examples/storageclass.yaml
```
Then user can create a PVC directly. For example:
```