Stefan Prodan

Results 1080 comments of Stefan Prodan

The `--enable-leader-election` is not incompatible with sharding, each shard elects a primary.

Hmm we've added a fix for this long time ago but it seems that it doesn't work in your case https://github.com/fluxcd/pkg/blob/877b123dd56df041167b7161b10d127152a45fb0/ssa/manager_wait.go#L96-L101 Somehow the error type does not match anymore, even...

> error coincided with the shutdown of the node Ok now it makes sense, the shutdown signal is propagated to the go routine and the context is canceled for all...

Looking at this [benchmark](https://github.com/extism/go-sdk/issues/85) the JSON serializer in `extism/go-sdk` is around 1200% slower than native Go. Given this, I don't see how moving the templating engine outside of Helm into...

@easimon can you please signoff you commit, see https://github.com/fluxcd/flagger/pull/1778/checks?check_run_id=38697892578

Helm 3.14.0 comes with Kubernetes 1.29 while Flux controller runtime is on Kubernetes 1.28, we need to migrate all controllers to 1.29 APIs and client-go before we can make a...

@joaocc you can use the controller image posted here to switch to Helm 3.14 https://github.com/fluxcd/helm-controller/pull/879

We do look for the envs files here: https://github.com/fluxcd/kustomize-controller/blob/d7bad03364cf2ab7b7077061b99be2fc4d4c81cb/internal/decryptor/decryptor.go#L454, maybe the issues is with the format, can you try adding `--input-type=env` to the sops encrypt command.

This cannot work since the SOPS metadata is not present in the final secret for env files. You either let Flux build the secrets or you encrypt the Kubernetes secret...

This is documented `the shorter scp-like syntax is not supported` here: https://fluxcd.io/flux/components/source/gitrepositories/#url