Skip to content

Latest commit

 

History

History

PersistentVolume

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ConfigMap

Deploy

## Create folder
sudo mkdir /tmp/data_demo

# Navigate to k8sHub repo
cd k8sHub
kubectl apply -f k8s101/PersistentVolume/pv_sample.yaml

Verify

kubectl get pvc

Cleanup

kubectl delete -f k8s101/PersistentVolume/pv_sample.yaml