"GKE 스토리지 클래스"의 두 판 사이의 차이

잔글 (Jmnote님이 GKE StorageClass 문서를 GKE 스토리지 클래스 문서로 이동했습니다)
(차이 없음)

2022년 4월 2일 (토) 16:15 판

1 개요

GKE StorageClass
GKE kubectl get sc
csi.storage.gke.io
# kubectl get sc
NAME                    PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
csi-gcs                 gcs.csi.ofek.dev               Delete          Immediate              true                   34d
pd-standard (default)   pd.csi.storage.gke.io          Delete          Immediate              true                   57d
premium-rwo             pd.csi.storage.gke.io          Delete          WaitForFirstConsumer   true                   59d
premium-rwx             filestore.csi.storage.gke.io   Delete          WaitForFirstConsumer   true                   15h
standard                kubernetes.io/gce-pd           Delete          Immediate              true                   2y33d
standard-rwo            pd.csi.storage.gke.io          Delete          WaitForFirstConsumer   true                   59d
standard-rwx            filestore.csi.storage.gke.io   Delete          WaitForFirstConsumer   true                   15h

2 같이 보기

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