Mikael Fridh

Results 36 comments of Mikael Fridh

> Are there any alternatives which are being actively maintained? I'm slowly migrating to https://github.com/HeavyHorst/remco

> @frimik Is this project actively maintained and open for new PRs? I'm just a user... And I can't speak for @kelseyhightower. Pretty sure Kelsey wouldn't mind a maintainer taking...

Glad to see it's on your radar. Came here after looking through the Provider list and not finding a "generator" provider. Would prefer it was provided from external-secrets rather than...

As this is also port-forwarding, adding here. v0.25.1, but also exhibits on prior versions: ``` 2022-03-09T14:27:33.476+0100 ERROR action/manager.go:193 actionFunc returned err: convert payload to port forward request: pod name is...

I'm actually doing this right now with a modified ecs-agent https://github.com/frimik/amazon-ecs-agent/commit/14f9a2efc8bbf08c44fea0208ab32c2fc788ae4d

> Right now you can do it with two comprehensions (one for `:` and the other for `::`) and `+`. What do you mean *right now*? I can't do `::`...

I started using `[k]: null` in an object comprehension + `std.prune()`. Now I changed methods to using `std.mergePatch()` instead which makes it slightly cleaner in my particular case. According to...

> We got around this issue by baking the cni binaries (linkerd2-cni and flannel) into the node VM base images. This removed any uncertainty of component launch order and availability...

So, after digging deeper.. and finding that the only good attempts at chaining properly are in the edge helm charts, so I tried linkerd2-cni edge-22.6.2; But for aws-vpc + linkerd2-cni...

Not sure what you mean by handling it gitops... it's up to where the pilot CLI runs to provide the secret... could be on the operator machine (read from env,...