Fix wrong path of storageclass.yaml
This commit is contained in:
parent
3757bf9e6c
commit
dfcf7ca8cf
@ -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`.
|
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:
|
Then user can create a PVC directly. For example:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user