Max Goltzsche
Max Goltzsche
This is meant to be compatible with the [helm-git](https://github.com/aslafy-z/helm-git) plugin. **TL;DR:** The plugin has been reimplemented here since it relies on helm commands khelm does not support and since it...
[user-mode networking](https://github.com/mgoltzsche/ctnr/blob/master/user-mode-networking.md) is now supported within a user namespace. To allow containers to communicate with each other currently nested containers need to be created though. This provides a bad usability...
Will be supported when https://github.com/docker/cli/pull/573 is merged and containers/image updated their docker/docker dependency.
### Iris version 3.68.0 ### Operating system(s) affected - [ ] Windows - [ ] MacOS - [ ] iOS - [ ] Android - [X] Linux - [ ]...
### Description Calling `make static` is no longer producing a statically linked binary since release v1.1.8. The produced binary is dynamically linked to musl libc. ### Steps to reproduce the...
## Problem I want to deploy a kpt package using FluxCD but its variable substitution syntax clashes with kpt's setter syntax when both are used in the same field like...
### Expected behavior `kpt fn eval` should not panic when the `--as-current-user` option is provided. ### Actual behavior When `kpt fn eval`is run with the `--as-current-user` option enabled, it panics:...
# Problem I am using kpt (1.0.0-beta.25) to maintain Kubernetes application blueprints that include GitHub Actions workflows (see [example](https://github.com/mgoltzsche/kubemate-app-blueprints/tree/0f2e382f16e190b5ef0687911df12233d2609ba5/packages/webapp)). I would like to maintain those workflows centrally and apply workflow...
## Description Allow generating m3u8 playlists so that they contain additional item attributes such as the `id`. The feature is required by the [webm3u plugin](https://github.com/mgoltzsche/beets-webm3u) (M3U server) to transform playlists...
I am using mopidy with the mopidy-beets plugin to play music that it streams from a beets web server that runs on another machine. However, while mopidy-beets lets me search...