Markus Mahlberg
Markus Mahlberg
@runningman84 Which would not help much. One of the use cases I see for kubemod is the validation of Certificate Requests in self-service scenarios... And this is where it collides...
I *thought* we could solve this by utilizing flux2's [annotation `kustomize.toolkit.fluxcd.io/ssa`](https://fluxcd.io/flux/components/kustomize/kustomizations/#controlling-the-apply-behavior-of-resources) and set it to [merge](https://fluxcd.io/flux/components/kustomize/kustomizations/#merge). If I am not mistaken, that should allow for **additional** fields to be set....
FWIW, setting the annotation `kustomize.toolkit.fluxcd.io/ssa` to `IfNotPresent` is a confirmed workaround for the following setup: - kubemod: v0.20.0 - flux: v2.1.1 - helm-controller: v0.36.1 - kustomize-controller: v1.1.0 - notification-controller: v1.1.0...
It seems to me like this needs to be reopened. ```shell $ ~/bin/swagger version version: v0.30.5 commit: ab6a7885723430004f1d7db6395369b6e7f3370b ``` The according code (main.go omitted for brevity): ```golang package models import...
Do you have any preferences in that regard? My suggestion would be https://github.com/hashicorp/go-hclog or https://github.com/uber-go/zap However, it could also make sense to define a logger interface and implement it with...
@christophd Your thoughts on this?
I'd suggest adding this workaround to the README.md for the time being.
@domodwyer It would be nice by globalsign to at least state this on the README, and/or archive the repository. Maybe you can give your old colleagues a shout about that?
@RDux I agree with @qhenkart here. 1.9GB seems way out of proportion, though I have not encountered this behaviour. Can you share the relevant code as a gist (and/or a...
@RDux Sorry, I have not come to testing this. Will try this week.