Difference between revisions of "Kubernetes storage"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
 
* [[Container Storage Interface (CSI)]]
 
* [[Container Storage Interface (CSI)]]
 
** [[Amazon EBS CSI driver]]
 
** [[Amazon EBS CSI driver]]
 +
** [[Google Compute Engine Persistent Disk CSI Driver]]
 +
** [[CSI Volume Cloning]]
  
 
* [[Kubernetes Persistent Volumes (PV)]], [[Kubernetes Persistent volumes]]
 
* [[Kubernetes Persistent Volumes (PV)]], [[Kubernetes Persistent volumes]]
 
* [[Kubernetes Persistent Volume Claim (PVC)]]
 
* [[Kubernetes Persistent Volume Claim (PVC)]]
 
* [[Kubernetes Volume Expansion]]
 
* [[Kubernetes Volume Expansion]]
* [[CSI Volume Cloning]]
+
 
 
* [[Kubernetes snapshot|snapshots]]
 
* [[Kubernetes snapshot|snapshots]]
  

Revision as of 09:57, 8 March 2023

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: