CKA v1.15: Understand PersistentVolumeClaims (PVC) for storage

From wikieduonline
Jump to navigation Jump to search
This article is a Draft. Help us to complete it.


Example[edit]

apiVersion: v1
kind: PersistentVolume
metadata:
  name: dockerfile
  labels:
    type: local
spec:
  capacity:
    storage: 10Gi
  accessModes:
    - ReadWriteOnce
  storageClassName: local-storage
  hostPath:
    path: /home/docker/kaniko # replace this with the output of pwd command from before, if it is different

Related commands[edit]

Related terms[edit]

See also[edit]

Advertising: