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
If cache size is unset in v1alpha1 and there is a default storage class, default of 2GB should be set.
The text was updated successfully, but these errors were encountered:
tylerphelan
changed the title
v1alpha1 images do get a default PVC cache if it is unset
v1alpha1 images do not get a default PVC cache if it is unset
Oct 27, 2021
- The conversion wehhook will call validation & defaulting which will lead to diverging behavior from the validation and defaulting webhooks
- This prevented v1alpha1 image resources from being defaulted with a volume cache because defaulting was taking place in the conversion webhook without the correct context
Resolves: #878#873
- The conversion wehhook will call validation & defaulting which will lead to diverging behavior from the validation and defaulting webhooks
- This prevented v1alpha1 image resources from being defaulted with a volume cache because defaulting was taking place in the conversion webhook without the correct context
Resolves: #878#873
If cache size is unset in v1alpha1 and there is a default storage class, default of 2GB should be set.
The text was updated successfully, but these errors were encountered: