GKE 스토리지 클래스

(GKE kubectl get storageclass에서 넘어옴)

1 개요[ | ]

GKE StorageClass
GKE kubectl get sc
csi.storage.gke.io
gcloud container clusters update 클러스터 --zone=로케이션 --update-addons=GcePersistentDiskCsiDriver=ENABLED
gcloud container clusters update 클러스터 --zone=로케이션 --update-addons=GcePersistentDiskCsiDriver=DISABLED
gcloud container clusters update 클러스터 --zone=로케이션 --update-addons=GcpFilestoreCsiDriver=ENABLED
gcloud container clusters update 클러스터 --zone=로케이션 --update-addons=GcpFilestoreCsiDriver=DISABLED
# 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 같이 보기[ | ]

3 참고[ | ]

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