notebook-pv.yaml 306 B

123456789101112131415161718
  1. # yaml file contents
  2. apiVersion: v1
  3. kind: PersistentVolume
  4. metadata:
  5. name: notebooks-pv
  6. spec:
  7. capacity:
  8. storage: 20Gi
  9. accessModes:
  10. - ReadWriteOnce
  11. - ReadOnlyMany
  12. - ReadWriteMany
  13. #persistentVolumeReclaimPolicy: Recycle
  14. #storageClassName: local-storage
  15. hostPath:
  16. path: /home/k8s/