1 개요[ | ]
- GKE StorageClass
- GKE kubectl get sc
- csi.storage.gke.io
Bash
Copy
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
Console
Copy
# 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 같이 보기[ | ]
- GKE 스토리지 클래스 standard
- GKE 스토리지 클래스 pd-standard
- GKE 스토리지 클래스 standard-rwo
- GKE 스토리지 클래스 premium-rwo
- GKE 스토리지 클래스 standard-rwx
- GKE 스토리지 클래스 premium-rwx
- kubectl get sc
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.