Difference between revisions of "Kubernetes storage"

From wikieduonline
Jump to navigation Jump to search
Line 27: Line 27:
 
== Related ==
 
== Related ==
 
* [[EKS storage]]
 
* [[EKS storage]]
 +
* [[CKA v1.23]] [[Know how to configure applications with persistent storage]]
 
* [[CKA v1.23]] Understand [[storage classes]], [[persistent volumes]]
 
* [[CKA v1.23]] Understand [[storage classes]], [[persistent volumes]]
 
* [[CKA v1.xx]]: [[Understand persistent volume claims primitive]]
 
* [[CKA v1.xx]]: [[Understand persistent volume claims primitive]]

Revision as of 16:26, 9 July 2022

Persistent volumes

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.


Types

Related

See also

Advertising: