diff --git a/content/k3s/latest/en/storage/_index.md b/content/k3s/latest/en/storage/_index.md index 790cbd04e38..760bd893fff 100644 --- a/content/k3s/latest/en/storage/_index.md +++ b/content/k3s/latest/en/storage/_index.md @@ -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: ```