Is your feature request related to a problem? Please describe.
As per the https://fission.io/docs/reference/crd-reference/ Archive section
Literal contents of the package. Can be used for encoding packages below TODO (256 KB?) size.
We have errors for cases above 256KB, how can we handle them?
Describe the solution you'd like
We need to find a way to handle cases above 256KB, currently we are getting error: Package literal larger than 262 kB
Describe alternatives you've considered
As per https://fission.io/docs/architecture/storagesvc/ cases should use storagesvc but still work. We checked pod storagesvc is up and running and using the corresponding persistent volume, but still we face the aforementioned error.
Is your feature request related to a problem? Please describe. As per the https://fission.io/docs/reference/crd-reference/ Archive section Literal contents of the package. Can be used for encoding packages below TODO (256 KB?) size. We have errors for cases above 256KB, how can we handle them?
Describe the solution you'd like We need to find a way to handle cases above 256KB, currently we are getting error: Package literal larger than 262 kB
Describe alternatives you've considered As per https://fission.io/docs/architecture/storagesvc/ cases should use storagesvc but still work. We checked pod storagesvc is up and running and using the corresponding persistent volume, but still we face the aforementioned error.