From c1d4cdfa024f2491a2cc53ede4d67e09524032eb Mon Sep 17 00:00:00 2001 From: Jose Corral Date: Wed, 11 Nov 2020 06:43:52 +0100 Subject: [PATCH] Remove Longhorn no longer needed storageclass info --- content/k3s/latest/en/storage/_index.md | 6 ------ 1 file changed, 6 deletions(-) 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: ```