devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
375 stars 44 forks source link

add hetzner-k3s #264

Closed axgkl closed 2 months ago

axgkl commented 2 months ago

hi again,

since binenv already has a few hetzner specific tools, I think this one is a good fit. installs k3s into hetzner infra, easier and faster than e.g. terraform:

  hetzner-k3s:
    description: The easiest and fastest way to create production grade Kubernetes clusters in Hetzner Cloud
    url: https://github.com/vitobotta/hetzner-k3s
    list:
      type: github-releases
      url: https://api.github.com/repos/vitobotta/hetzner-k3s/releases
    fetch:
      url: https://github.com/vitobotta/hetzner-k3s/releases/download/v{{ .Version }}/hetzner-k3s-{{ .OS }}-{{ .Arch }}
    install:
      type: direct
leucos commented 2 months ago

Sure ! Would you like to send a PR ?

axgkl commented 2 months ago

https://github.com/devops-works/binenv/pull/265