Alexander Block

Results 91 comments of Alexander Block
trafficstars

@gitbluf Big thanks for this. Just resolved a merge conflict and merged it :)

+1 for this as I'm using the template functionality of Helm to integrate Helm into [kluctl](https://github.com/kluctl/kluctl). I'm however not calling Helm binaries but instead use Helm as a go dependency...

Fyi, https://github.com/kubernetes-sigs/cluster-api/pull/7356 should fix the delay of multiple minutes until capi-controller is functioning properly again

Reopening as this was not added in v2.15.0 :)

@netthier It will most likely error out and then not show where the error was. This is because the error happens while kustomize is rendering. The `--print-all` flag prints the...

Thanks for the feature request. Makes sense to have defaults here. I might end up reimplementing how `systemEnvVars` is provided but will then add compatibility code for some time (with...

@darktempla Please see #78, which allows to specify default values for env vars. Regarding allowing environment variables for all variables. I'm in favour of very explicit interfaces between the external...

Update: #79 makes it possible to pass `-a` multiple times via environment variables.

I believe that I stumbled across the same problem as described here. I wrote down my finding and thoughts in a containerd issue: https://github.com/containerd/containerd/issues/6362#issuecomment-1303175894 Maybe the findings are of help...

Update: Enabling GC traces revealed that right before the process gets unblocked, a forced GC is happening via the sysmon goroutine.