creylopez il y a 8 mois
Parent
commit
c2dd428356
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      RANCHER_DESKTOP.md

+ 1 - 1
RANCHER_DESKTOP.md

@@ -193,7 +193,7 @@ This will create the provisioner as well as a default storage class named ```loc
 
 
 To make ```local-path``` StorageClass the default:
 To make ```local-path``` StorageClass the default:
 
 
-    kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
+    kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
 
 
 Your PVCs either specify to use this storage class or don't specify anything and the default will be used.
 Your PVCs either specify to use this storage class or don't specify anything and the default will be used.