mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
add minikube standard storage class
This commit is contained in:
parent
c28956207f
commit
65dc844617
@ -70,7 +70,14 @@ kubectl get storageclass standard -o yaml
|
|||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
volumeBindingMode: Immediate
|
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
|
## Create namespaces
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user