Fixing a bug in Kubernetes - Fork it - episode 1

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • In this episode of Fork it I found a bug in the Kubernetes kubelet and contributed a fix.
    The issue had to do with the new node log query feature github.com/kubernetes/kuberne...
    The pull request to fix it needed 2 characters added to a regex
    github.com/kubernetes/kuberne...
    0:00 - intro
    0:45 - the bug
    2:15 - finding the fix
    4:35 - fork it
    7:08 - send pr
    9:15 - outro

КОМЕНТАРІ • 4

  • @CarlosSantanaDev
    @CarlosSantanaDev 9 місяців тому +1

    Great example!
    When accepted, it will be included in v1.29 but the patch is also a good bug fix candidate to be cherry pick back to older supported versions of Kubernetes

  • @blevenzon
    @blevenzon 9 місяців тому +1

    Justin this is perfect lol I literally asked you during your bday stream which open source to pick 😂

  • @CloudNativeJanitor
    @CloudNativeJanitor 9 місяців тому +1

    Great project, looking forward to it. Would Codewhisperer help for people that are not verse in GO?

    • @JustinGarrison
      @JustinGarrison  9 місяців тому +1

      This fix was simple enough in any language I don't think CodeWhisperer or Copilot would have solved it any faster. Thankfully regex are _mostly_ universal so the language isn't as important and finding the function throwing the error.