Max

Results 25 comments of Max

This is awesome, thanks for the work on this! Any chance to get a new tag/release to publish initial binaries? :)

I wrote a small tool `heluxup` which maybe does what you want: https://github.com/ekeih/heluxup 🤔 It looks at all HelmRelease objects in you flux repo, downloads the index.yaml files for all...

Looking at https://github.com/helm/helm/issues/4256 I don't think there is a way to figure out the source repos of the installed charts. So I think the answer to the original question `Is...

When running `tcpdump` on the node while I run `ping google.com` in an alpine pod I noticed that it tries to resolve it as an cluster internal service. Which in...

I compared the `/etc/resolv.conf` files of a pod in 1.24 and a 1.25 cluster and noticed a minimal difference. Both pods have been started with `kubectl run --rm -it --image...

Digging further I noticed that the `/etc/resolv.conf` on the node itself contained `search .`. - This was already the case while the node was running 1.24, so the handling of...

It looks like this was introduced upstream with 1.25.0 (https://github.com/kubernetes/kubernetes/pull/109441) and will be fixed upstream with 1.25.1 (https://github.com/kubernetes/kubernetes/pull/112157). (Edit) Additional links: - https://github.com/coreos/fedora-coreos-tracker/issues/1287 - https://github.com/systemd/systemd/pull/17201 - https://www.openwall.com/lists/musl/2022/08/31/5

I am not sure if you want to keep this open until it is fixed so other people can find it or if you want to close it because it...

That CircleCI error looks like something I can't fix from my end.

Rebased and force pushed to my branch ✅ The CircleCI was already failing back in September, to me it looks more like the CircleCI access to this repo got revoked...