Juan Ariza Toledano

Results 194 comments of Juan Ariza Toledano

Hi @svonliebenstein Would it help if we parametrized the probes? I mean, if we expose some parameters in the chart that allow you modifying the `initialDelaySeconds` for liveness and readiness...

Great @svonliebenstein ! I'm glad you were able to solve it!

Hi @ngbrown You can customize the resources requests and limits easily setting the parameters below: - https://github.com/bitnami-labs/sealed-secrets/blob/main/helm/sealed-secrets/values.yaml#L72 - https://github.com/bitnami-labs/sealed-secrets/blob/main/helm/sealed-secrets/values.yaml#L73 I also created a PR to make the probes (readiness/liveness/startup) customizable,...

Hi @cjyar What version of SealedSecrets controller are you using? Are you able to reproduce the issue using the latest `0.17.3` version?

Thanks so much for confirming the issue persists @jhaumont ! This will definitely require to take a look and investigate what's going on. Adding it to the backlog.

Hombrew recipes is automatically updated thanks to the [BrewTestBot](https://github.com/BrewTestBot) which updates the recipe below: - https://github.com/Homebrew/homebrew-core/blob/master/Formula/kubeseal.rb This work was completely donated by external contributions. I agree with @mkmik, we don't...

Thanks @mkmik ! I totally agree with you: backwards compatibility is one of keys that made this project successful and we should put all our efforts on avoiding introducing breaking...

@mkmik another possibility would be creating a new CLI based in Cobra interface (let's called it `kseal`, although this won't be probably the name) and maintaining both `kseal` and `kubeseal`...

> IMO the 'reasonable period' is very very long, possibly infinite; most users are not using the tool every day and they may not notice the deprecation warnings for years...

> Why would it not simply be possible (and easier) to introduce the new commands while still supporting the flags so this is made a non-breaking change that also does...