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

 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;GKE kubectl get sc
;GKE kubectl get sc
;csi.storage.gke.io
;csi.storage.gke.io
<syntaxhighlight lang='bash'>
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
</syntaxhighlight>


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
17번째 줄: 24번째 줄:


==같이 보기==
==같이 보기==
* <del>[[GKE 스토리지 클래스 standard]]</del>(deprecated)
* [[GKE 스토리지 클래스 standard]]
* [[GKE 스토리지 클래스 pd-standard]]
* [[GKE 스토리지 클래스 pd-standard]]
* [[GKE 스토리지 클래스 standard-rwo]]
* [[GKE 스토리지 클래스 standard-rwo]]
25번째 줄: 32번째 줄:
* [[kubectl get sc]]
* [[kubectl get sc]]


[[분류: kubectl]]
==참고==
* https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/gce-pd-csi-driver
* https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/filestore-csi-driver
 
[[분류: GKE]]
[[분류: GKE]]
[[분류:K8s StorageClass]]

2022년 4월 2일 (토) 16:49 기준 최신판

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