Difference between revisions of "Kubernetes storage"

From wikieduonline
Jump to navigation Jump to search
Line 40: Line 40:
 
== News ==
 
== News ==
 
* Dec 2023 ([[v1.29]]) [[Volume expansion using Secrets supported for CSI drivers]]
 
* Dec 2023 ([[v1.29]]) [[Volume expansion using Secrets supported for CSI drivers]]
 +
* [[v1.28]] [[Automatic, retroactive assignment of a default StorageClass]]
  
 
== Activities ==
 
== Activities ==

Revision as of 07:05, 12 February 2024

https://kubernetes.io/docs/concepts/storage/

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
FailedScheduling


didn't find available persistent volumes to bind

Types

News

Activities

Related

See also

Advertising: