From 65dc844617e7e5a2ec8b6dbce5b7a923e8de0815 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 27 May 2020 22:34:08 -0700 Subject: [PATCH] add minikube standard storage class --- content/setup/ctd.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/setup/ctd.md b/content/setup/ctd.md index ecfabc7b..cde836e5 100644 --- a/content/setup/ctd.md +++ b/content/setup/ctd.md @@ -70,7 +70,14 @@ kubectl get storageclass standard -o yaml reclaimPolicy: Delete volumeBindingMode: Immediate +Or we can use this for minikube: + apiVersion: storage.k8s.io/v1 + kind: StorageClass + metadata: + name: standard + provisioner: docker.io/hostpath + reclaimPolicy: Retain ## Create namespaces