You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when actual PVC size is different from desired (default=20Gi) than DockerRegistry CR should result in warning condition
actual used size is shown in the status
Reasons
At the moment it it a fixed value of 20 Gi and for some users who use serverless extensively it is not enough.
Additionally, if we expose it for other usecases as well (kyma-project/kyma#18555) than the need to expand it would become even more urgent.
The text was updated successfully, but these errors were encountered:
Docker registry comes now with the option to configure pvc or allows setting alternative HA storage variants like s3 bucket, azure storage ,gcs or SAP BTP Object Store.
Managing the volume size of the default PV seems redundant, and also introduces lifecycle management problems related with resizing of already mounted volumes.
Closing as wontfix
Description
Expose internal docker registry storage size in the serverless CR:
Reasons
At the moment it it a fixed value of 20 Gi and for some users who use serverless extensively it is not enough.
Additionally, if we expose it for other usecases as well (kyma-project/kyma#18555) than the need to expand it would become even more urgent.
The text was updated successfully, but these errors were encountered: