Live data from Hacker News

Viewing profile — bacongobbler

bacongobbler

HN member
Joined
Wed, Jul 03, 2013, 7:44 PM UTC
HN karma
270
Public activity
140 items

About bacongobbler

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #26111377

    Sounds more like a people problem than a tech problem.

  3. 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 …

  4. 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 …

  5. 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?

  6. comment
  7. 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…

  8. 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…

  9. 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.

  10. 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 …

  11. 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…

  12. 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…

  13. comment
    Comment #18605697

    No, it is unrelated to Helm, though the engineers working on the spec (including myself) are Helm core maintainers.

  14. 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, …

  15. 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.…

  16. comment
    Comment #18602344

    I'm a bit confused by your question. Would you mind expanding a bit on that thought?

  17. 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…

  18. 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…

  19. 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.

  20. comment
    Comment #18089924

    likely armbian based on the filenames, with custom files in /conf and in /scripts.

  21. 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…

  22. comment
    Comment #17806604

    hit up SIG-Architecture. https://github.com/kubernetes/community/tree/master/sig-arch...

  23. 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…

  24. comment
    Comment #17235230

    Do what tickles your fancy.

  25. 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…