Fixing broken persistentvolume nfs example

This commit is contained in:
nikhiljindal
2015-05-11 13:19:02 -07:00
parent 881f11adbf
commit e02b6f7f3f
3 changed files with 13 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1beta3
kind: PersistentVolume
metadata:
name: pv0003
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
nfs:
path: /tmp
server: 172.17.0.2