Konubinix' opinionated web of thoughts

Using GCE Persistent Disk - Configuring Persistent Storage

Fleeting

apiVersion: “v1” kind: “PersistentVolume” metadata: name: “pv0001” spec: capacity: storage: “5Gi” accessModes:

  • “ReadWriteOnce”

gcePersistentDisk: fsType: “ext4” pdName: “pd-disk-1”