Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ----> oc get pv logging-es-2 -o yaml
  2. apiVersion: v1
  3. kind: PersistentVolume
  4. metadata:
  5. annotations:
  6. pv.kubernetes.io/bound-by-controller: "yes"
  7. creationTimestamp: 2017-04-18T19:36:45Z
  8. labels:
  9. size: 166Gi
  10. type: infra
  11. name: logging-es-2
  12. resourceVersion: "51439353"
  13. selfLink: /api/v1/persistentvolumes/logging-es-2
  14. uid: 5b1adca3-246e-11e7-a8b1-00505691634d
  15. spec:
  16. accessModes:
  17. - ReadWriteOnce
  18. - ReadWriteMany
  19. capacity:
  20. storage: 166Gi
  21. claimRef:
  22. apiVersion: v1
  23. kind: PersistentVolumeClaim
  24. name: logging-es-2
  25. namespace: openshift-logging
  26. resourceVersion: "51439351"
  27. uid: fb0f36a0-246e-11e7-a8b1-00505691634d
  28. hostPath:
  29. path: /ose_prod_infra_storage/logging/logging-es-2
  30. persistentVolumeReclaimPolicy: Recycle
  31. status:
  32. phase: Bound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement