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

18번째 줄: 18번째 줄:
==같이 보기==
==같이 보기==
* [[GKE 스토리지 클래스 pd-standard]]
* [[GKE 스토리지 클래스 pd-standard]]
* [[GKE 스토리지 클래스 standard]
* [[GKE 스토리지 클래스 standard]]
* [[GKE 스토리지 클래스 standard-rwo]]
* [[GKE 스토리지 클래스 standard-rwo]]
* [[GKE 스토리지 클래스 premium-rwo]]
* [[GKE 스토리지 클래스 premium-rwo]]

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

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 }}