Viewing profile — bacongobbler
bacongobbler
HN member- Joined
- Wed, Jul 03, 2013, 7:44 PM UTC
- HN karma
- 270
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About bacongobbler
No profile information was provided.
Recent public activity
- story
-
comment
Comment #26111377
Sounds more like a people problem than a tech problem.
-
comment
Comment #25943103
Keep in mind that this discussion is about one's personal project. The situation changes if you have a small team of maintainers dedicated on a project. But most personal projects …
-
comment
Comment #25942924
To be fair, simple one-liner changes can be just as impactful as an entire package rewrite. I've reviewed a few one-liners that seemed innocent at the time, but had massive impact …
-
comment
Comment #22858346
That's neat. Do you have a project or a demonstration showing how this can be done, or is this all just hypothetical?
- comment
-
comment
Comment #22799292
Hi! Krustlet maintainer here. The idea behind the project is to run WebAssembly modules in Kubernetes. You would have to compile your Python script to WebAssembly before it could b…
-
comment
Comment #21536579
Removing a significant piece of the architecture was a large undertaking. There's many parts of the system that required a redesign. Throwing on yet another major piece of work (in…
-
comment
Comment #21529125
I highly suggest giving Helm 3 a try, as much of the release ledger system was overhauled. If you can provide links to the issues you're seeing, that's always helpful too.
-
comment
Comment #21528292
Helm Classic was introduced at the first KubeCon... Wayyy back in November 2015. Kubernetes 1.1.1 was released earlier that month, and 1.0.0 shipped only 4 months prior to that in …
-
comment
Comment #21527238
Then that's fine. If no updates were made to the resource since the last update, then the patch will not look at the live state. I highly suggest re-reading the FAQ front-to-back o…
-
comment
Comment #21527107
This is not how things work in reality. Many last-mile objects are merged into your Kubernetes resources at the last minute. Service meshes inject sidecar containers into your depl…
-
comment
Comment #18605697
No, it is unrelated to Helm, though the engineers working on the spec (including myself) are Helm core maintainers.
-
comment
Comment #18602996
We may want to discuss changing the keywords from install/uninstall to be deploy/uninstall if that helps signal to the user the intent behind those actions. That's great feedback, …
-
comment
Comment #18602531
It doesn't have to be a container. We have experimented with using VMs as the CNAB runtime as seen with the azure-vm driver in our reference implementation, duffle: https://github.…
-
comment
Comment #18602344
I'm a bit confused by your question. Would you mind expanding a bit on that thought?
-
comment
Comment #18530162
There's no tool I'm aware of, but with experimental features enabled in the Docker CLI you can use `docker manifest inspect` on each image manifest and diff the content. e.g. `dock…
-
comment
Comment #18530048
The latter can be easily done in a few hours by inspecting the image layer metadata. Every layer understands the command it was run in the Dockerfile to create itself. Just look at…
-
comment
Comment #18496543
Firing up minikube to toy with Kubernetes and switching your entire software stack to run on top of a production-grade Kubernetes cluster are two very different things.
-
comment
Comment #18089924
likely armbian based on the filenames, with custom files in /conf and in /scripts.
-
comment
Comment #17806671
Chocolatey is in the same space as the AUR (Arch User Repositories) in my opinion. It can be a hit or miss, but usually a hit. The support is fantastic when there's a bunch of user…
-
comment
Comment #17806604
hit up SIG-Architecture. https://github.com/kubernetes/community/tree/master/sig-arch...
-
comment
Comment #17603969
It'll be interesting to see the differences from other systems in this space (OpenShift, Deis Workflow). From the samples it appears to be more of a "pull code from github and push…
-
comment
Comment #17235230
Do what tickles your fancy.
-
comment
Comment #17233028
https://git-scm.com/docs/git-config/1.7.9.3#git-config-fetch... My interpretation is that transfer.fsckObjects just checks that all of the fetched objects are properly formed and c…