Results 19 comments of Alex Kabakaev

I tried to do it out of convenience. Most public charts use the release name as prefix for resource names. Although, I can (and did) choose different release names for...

[The `tuning` CNI plugin](https://www.cni.dev/plugins/current/meta/tuning/) seem to solve the task at least for the `net.*` sysctl.

@robg, could you please test if the #7948 fixes the issue for you? ```bash git clone https://github.com/kabakaev/helm.git git checkout hook-post-renderer make build-cross ls _dist/*/helm ``` It worked for me with...

@dellkeji, thanks for testing it! > Error: cannot prepare a file for post-process: document has no metadata: There seem to be an empty template on the input. Do you build...

Ok, I think I know what happened. I forgot to check if the ‘document’ variable is not empty, which may happen with ‘Split()’. I’ll push the fix in an hour.

@dellkeji, how about now with [the new commit](https://github.com/kabakaev/helm/compare/f7ff3895781287167e41b9b1d013d5257e1bd746..d9e44ad9793e8e3d639416ff9227dffbde768086)? ```bash git fetch git checkout d9e44ad9793e8e3d639416ff9227dffbde768086 make build-cross ```

> I just tried d9844ad and received the same error @robg, please try [9c06aff](https://github.com/kabakaev/helm/commit/9c06aff7eb0b21ec86efd3d3b95d1812f3041a27).

@kkovaletp, there is no difference, neither in time nor CPU load. The `-movflags +faststart+use_metadata_tags` ffmpeg option simply swaps the order of records in MP4 container. All CPU-intensive tasks, such as...

This may be a good idea. Unfortunately, the given SQL statement is not idempotent. In other words, it can only be run once. ALso, it should not delete the "original"...

Readiness probe fails because the immich-api process does not listen on TCP port 3001. I don't know why. I have two immich instances on one kubernetes node. Old instance is...