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
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
One of those has to be set. If both are set than it is conflict and we don't know which one to use. And if neither is set than its incomplete PVC definition.
$ kedge generate -f app.yml
unable to perform controller operations: unable to transform data: unable to create Persistent Volume Claims: persistent volume "persistent", cannot provide size and resources at the same time
If both size and request is not present:
$ kedge generate -f app.yml
unable to perform controller operations: unable to transform data: unable to create Persistent Volume Claims: persistent volume "persistent", please provide size or resources, none given
There are two ways how to set requested size for PVC in kedge
using size shortcut
or regularly via requests
without
resource.request.storage
PVC can't be created, we need to check thatsize
orresources.requests.storage
is set.see #544
The text was updated successfully, but these errors were encountered: