Coggle requires JavaScript to display documents.
apiVersion: v1
kind: PersitentVolumes
metadata: name: test-volume
metadata: labels: [...]
spec: - name: cache-volume diskname: diskURI: kind: cacheingMode: fsType: readOnly:
spec: - name: cache-volume awsElasticBlockStore: volumeID: <volume-id> fsType: ext4
spec: - name: cache-volume emptyDir: {}
spec: capacity: 400Gi
spec: accessModes: - ReadWriteMany
spec: persistentVolumeReclaimPolicy: Retain
spec: azureFile: secretName: azure-secret shareName: k8stest readonly: false
spec: name: cephfs cephfs: monitors: - 10.16.154.78:6789 - 10.16.154.82:6789 user: admin secretFile: "/etc/ceph/admin.secret" readOnly: true
spec: configMap: name: log-config items: - key: log_level path: log-level
spec: - name: test-volume gcePersistentDisk: pdName: my-data-disk fsType: ext4
spec: - name: gitRepo: repository: "git@somewhere:me/my-git-repository.git" revision: "22369298c839c918c98739898"
spec: - name: glusterfs glusterfs: endpoint: glusterfs-cluster path: kube_vol readonly: true
spec: - name: test-volume hostPath: path: /data type: directory
spec: name: nfs-volume nfs: server: 1.2.3.4 path: "/"
spec: name: portworx-volume portworxVolume: volumeID: "pxvol" fsType: "<fs-type>"
spec: name: mysecret secret: secretName: mysecret