Flavio Castelli
Flavio Castelli
Thanks a lot @lkatalin for understanding the issue
> Still there is likely some room for me to minimise this some more... Out of curiosity have you tried with cargo-llvm-cov and seen if it hits similarly high memory...
Have you checked the contents of `/var/www/wallabag/var/logs/prod.log` inside of the running container?
I would not go with multiple CRDs too. Keep in mind 1.30 has this feature enabled by default, we have to keep around the code that determines whether the feature...
As for the 1.21 release, we should focus on doing this automation on one pilot policy: pod-privileged policy.
Moving to 1.22, we don't have the bandwidth to do that as part of 1.21
Inside of all our policies we have to do the following change: - Update `metadata.yaml`, introduce a new attribute `io.kubewarden.policy.version` (this is similar to the recommended OCI annotation `org.opencontainers.image.version`. This...
I don't think it would be worth to drop the `olpc-cjson` dependency since it's a a transitive dependency of `oci-distribution` and `tough`. `json-syntax` is a first level one. I don't...
I took a quick look at that, I have some drafted code I'll be happy to share with whoever takes this issue
I've published the WIP code I had here: https://github.com/kubewarden/kwctl/tree/manifest-should-pull-on-missing-policy I've to leave for vacation, feel free to use it. There's a `TODO` block documenting what is missing