Difference between revisions of "Kubernetes storage"

From wikieduonline
Jump to navigation Jump to search
Line 40: Line 40:
 
* [[Kubernetes PVC resize: kubectl patch]]
 
* [[Kubernetes PVC resize: kubectl patch]]
 
* [[Create a new volume using: kind: PersistentVolumeClaim]]
 
* [[Create a new volume using: kind: PersistentVolumeClaim]]
 +
* [[Kubernetes: Rename PVs]]
  
 
== Related ==
 
== Related ==

Revision as of 11:46, 8 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

Activities

Related

See also

Advertising: