Difference between revisions of "Kubernetes Volume Expansion"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * {{CSI}} | ||
* {{K8s storage}} | * {{K8s storage}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 08:54, 20 October 2022
Kubernetes Volume Expansion (May 2022) announcement
kind: PersistentVolumeClaim apiVersion: v1 metadata: name: myclaim spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi # specify new size here
Related
Activities
See also
- CSI, Amazon EBS CSI driver, Kubernetes Filestore CSI driver, GKE CSI Driver
pd.csi.storage.gke.io
, CSI Migration,aws-efs-csi-driver, aws-ebs-csi-driver, gcp_filestore_csi_driver_config
,GcePersistentDiskCsiDriver, kind: CSINode, csi-hostpath-driver
, Kubernetes snapshots - Kubernetes storage, storage classes, PersistentVolume (PV), PVC, CSI,
kind: StorageClass, kind: PersistentVolumeClaim, kind: PersistentVolume
,kubectl [ get | describe | edit ] pvc
,volumeClaimTemplates:
,kubectl patch pv
,FailedMount
, Volume Expansion, Volume Cloning, snapshots, ExtraVolumes, NotTriggerScaleUp,volumePVCDataSource, AllowVolumeExpansion
, EKS storage, provisioner, Storage Capacity Tracking,VolumeBinding, VolumeClaimTemplate, storage.k8s.io
, CKA Storage, DoKC, EmptyDir, Volume populators,storageclass.kubernetes.io
Advertising: