Difference between revisions of "Kubernetes storage"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* [[Persistent Volumes]] | * [[Persistent Volumes]] | ||
* [[Kubernetes Persistent Volume Claim (PVC)]] | * [[Kubernetes Persistent Volume Claim (PVC)]] | ||
+ | |||
+ | == 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. | ||
+ | |||
== Related == | == Related == |
Revision as of 09:53, 4 July 2022
kubectl describe storageclass kubectl describe pvc
kubectl get pvc kubectl get 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.
Related
- EKS storage
- CKA v1.23 Understand storage classes, persistent volumes
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: