Skip to content

Instantly share code, notes, and snippets.

@moomou
Created March 15, 2016 00:11
Show Gist options
  • Save moomou/47f08f5130045e45ffee to your computer and use it in GitHub Desktop.
Save moomou/47f08f5130045e45ffee to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1",
"kind": "PersistentVolume",
"metadata": {
"name": "test-0b-pv"
},
"spec": {
"accessModes": [
"ReadWriteOnce"
],
"capacity": {
"storage": "50Gi"
},
"gcePersistentDisk": {
"fsType": "ext4",
"pdName": "test-0b"
},
"persistentVolumeReclaimPolicy": "Retain"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment