> Apparently the version of Helm packaged in Fedora Linux included a patch that introduced this issue Let's translate: how to take down whatever by living on the bleeding edge.
How to take down production with a single Helm command
11–18 of 18 posts
Re: How to take down production with a single Helm command
#12Re: How to take down production with a single Helm command
#13I've seen enough of these over the last two decades, between Ubuntu/Debian and RedHat, that I use and inherently trust other distros more. Just compile the source packages. If there is some issue, file a bug. Monkey patching everything silently leads to things like this, which I've never experienced with distros like Arch, Void, or Solus.
Overall they do way more good than harm. Trashing them because they sometimes make mistakes is probably incorrect.
Re: How to take down production with a single Helm command
#14Re: How to take down production with a single Helm command
#15I've seen enough of these over the last two decades, between Ubuntu/Debian and RedHat, that I use and inherently trust other distros more. Just compile the source packages. If there is some issue, file a bug. Monkey patching everything silently leads to things like this, which I've never experienced with distros like Arch, Void, or Solus.
Debian is very very diligent about patching out phone-home and expiration timers and other such “developer knows best” misfeatures. Some apps also include autoupdate (aka solarwinds style RCE) which they also remove. Overall they do way more good than harm. Trashing them because they sometimes make mistakes is probably incorrect.
Re: How to take down production with a single Helm command
#16On the other hand I am not sure how to actually vet all used tools. For instance if you take Helm there are many pointers to repos for various Linux distros and other OSs: https://helm.sh/docs/intro/install/
Who to trust? While the Helm page says "members of the community" are in charge of the Ubuntu repo the Fedora repo is called an "official repository". Presumably judging from the OP that means "official Fedora repo" opposed to "official Helm repo".
So essentially there are no repos of the Helm maintainers which makes installing and auto-updating it on any Linux distro virtually impossible.
Re: How to take down production with a single Helm command
#17Re: How to take down production with a single Helm command
#18> Apparently the version of Helm packaged in Fedora Linux included a patch that introduced this issue Let's translate: how to take down whatever by living on the bleeding edge.