Difference between revisions of "Kubernetes storage"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Persistent volumes]] | [[Persistent volumes]] | ||
+ | * [[Container Storage Interface (CSI)]] | ||
+ | ** [[Amazon EBS CSI driver]] | ||
+ | |||
+ | * [[Persistent Volumes]] | ||
+ | * [[Kubernetes Persistent Volume Claim (PVC)]] | ||
+ | * [[Kubernetes Volume Expansion]] | ||
+ | |||
+ | == Commands == | ||
[[kubectl describe storageclass]] | [[kubectl describe storageclass]] | ||
[[kubectl describe pvc]] | [[kubectl describe pvc]] | ||
Line 11: | Line 19: | ||
[[kind: StorageClass]] | [[kind: StorageClass]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Errors == | == Errors == |
Revision as of 08:48, 20 October 2022
Contents
Commands
kubectl describe storageclass kubectl describe pvc
kubectl get pvc kubectl get storageclass
kind: PersistentVolume kind: PersistentVolumeClaim kind: StorageClass
Errors
error: persistentvolumeclaims "your-elasticsearch-master-0" could not be patched: persistentvolumeclaims "your-elasticsearch-master-0" is forbidden: only dynamically provisioned pvc can be resized and the storageclass that provisions the pvc must support resize.
FailedMount
Types
gcePersistentDisk
- Cinder (OpenStack)
glusterfs
- rbd - Ceph RBD
- Azure File
- Azure Disk
- Portworx
- FlexVolumes
- Container Storage Interface (CSI)
Related
kubernetes.io/gce-pd kubernetes.io/aws-ebs
See also
- EKS storage, Amazon EBS CSI driver, Amazon EFS CSI driver,
kubectl describe storageclass
- 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: