쿠버네티스 PV - AWS EBS 예시

Jmnote (토론 | 기여)님의 2019년 9월 22일 (일) 23:28 판 (새 문서: ==개요== ;쿠버네티스 PV - AWS EBS 예시 <source lang='yaml'> kind: PersistentVolume apiVersion: v1 metadata: name: test2 labels: type: amazonEBS spec: capacity:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

쿠버네티스 PV - AWS EBS 예시
kind: PersistentVolume
apiVersion: v1
metadata:
  name: test2
  labels:
    type: amazonEBS
spec:
  capacity:
    storage: 1Gi
accessModes:
  - ReadWriteOnce
awsElasticBlockStore:
  volumeID: vol-0b402cb854e070fad
  fsType: ext4

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}