Merge pull request #2828 from jcleira/chore/k3s-storage-remove-longorn-storageclass

Remove Longhorn no longer needed storageclass info
This commit is contained in:
Catherine Luse
2020-11-23 14:35:38 -07:00
committed by GitHub
-6
View File
@@ -89,12 +89,6 @@ kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/depl
Longhorn will be installed in the namespace `longhorn-system`.
Before we create a PVC, we will create a storage class for Longhorn with this yaml:
```
kubectl create -f https://raw.githubusercontent.com/longhorn/longhorn/master/examples/storageclass.yaml
```
Apply the yaml to create the PVC and pod:
```