TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to take down production with a single Helm command

44 pointsby hddhermanabout 1 year ago

5 comments

psiniabout 1 year ago
Tangentially related, cannot help but be reminded of the &quot;Ohnosecond&quot;: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_humorous_units_of_measurement#Time" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_humorous_units_of_meas...</a>
silisiliabout 1 year ago
I&#x27;ve seen enough of these over the last two decades, between Ubuntu&#x2F;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&#x27;ve never experienced with distros like Arch, Void, or Solus.
评论 #39927850 未加载
评论 #39927707 未加载
ofrzetaabout 1 year ago
That&#x27;s a good argument for not running IaC tools on your own workstation but on a dedicated machine where the environment is also somehow vetted.<p>On 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: <a href="https:&#x2F;&#x2F;helm.sh&#x2F;docs&#x2F;intro&#x2F;install&#x2F;" rel="nofollow">https:&#x2F;&#x2F;helm.sh&#x2F;docs&#x2F;intro&#x2F;install&#x2F;</a><p>Who to trust? While the Helm page says &quot;members of the community&quot; are in charge of the Ubuntu repo the Fedora repo is called an &quot;official repository&quot;. Presumably judging from the OP that means &quot;official Fedora repo&quot; opposed to &quot;official Helm repo&quot;.<p>So essentially there are no repos of the Helm maintainers which makes installing and auto-updating it on any Linux distro virtually impossible.
adrianmsmithabout 1 year ago
Explanation here: <a href="https:&#x2F;&#x2F;github.com&#x2F;helm&#x2F;helm&#x2F;issues&#x2F;12681#issuecomment-1959384658">https:&#x2F;&#x2F;github.com&#x2F;helm&#x2F;helm&#x2F;issues&#x2F;12681#issuecomment-19593...</a><p>Looks like it&#x27;s a bug in Helm, but actually isn&#x27;t Helm&#x27;s fault, the issue was introduced by Fedora Linux.<p>(This issue is linked from the article, but it took me some time to find it.)
评论 #39927641 未加载
rad_gruchalskiabout 1 year ago
&gt; Apparently the version of Helm packaged in Fedora Linux included a patch that introduced this issue<p>Let&#x27;s translate: how to take down whatever by living on the bleeding edge.
评论 #39935096 未加载
评论 #39927819 未加载