If the amount of data for the applications in your Kyma environment grows, you can expand the storage size for your customer data by resizing the respective Persistent Volume Claim (PVC).
-
Your user has the authorizations to change PVC resources.
-
Your workload uses a Persistent Volume, managed by a PVC.
In a Kubernetes cluster, your customer data is stored in volumes. A “Persistent Volume Claim” (PVC) manages that volume for you and defines the size of storage. As the amount of customer data grows, you must adjust the PVC accordingly.
-
Go to Kyma Dashboard and select the correct namespace and workload.
-
Find the PVC you want to resize and enter the desired new size of the volume.
-
Save your changes.
The PVC shows the condition type Resizing. Wait until the PVC switches to condition type FileSystemResizePending. This may take a few minutes.
-
Restart your workload by restarting all related Pods.
The storage size for your customer data has been adjusted to your needs.
Remember to back up your customer data.
Related Information