Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Kube Hetzner

We create and maintain an optimized and maintenance-free Kubernetes cluster solution for Hetzner Cloud.
Collective - Host: opensource - https://opencollective.com/kube-hetzner - Code: https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner

added kured and fixed initial ignition disk partitioning

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 919e1087f8f24f4195aab28ff0e3a9fcc7378637 authored almost 3 years ago by Karim Naufal <[email protected]>
added kured and fixed initial ignition disk partitioning

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - fba212de472dda4593d1124e92e3c478bc23d9a8 authored almost 3 years ago by Karim Naufal <[email protected]>
initial k3s on MicroOS on Hetzner ok

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 7532e7a4d543e3ebb05a248eda90a765ede34eff authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #40 from mnencia/staging

Configure eth1 and set hostname

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 4eaebce270e2f44e31293587708717c327b8a933 authored almost 3 years ago by Karim Naufal <[email protected]>
Configure eth1 and set hostname

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 63eb166eb907bc3108d24a7c8920d1b5412185f1 authored almost 3 years ago by Marco Nenciarini <[email protected]>
microOS eth1 still down

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 623954e5ef3098378017d8c7cd657df8d33ba3db authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #37 from Olivierwenger/feature/add-tls

added letsencrypt with http challenge configuration for traefik

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 87e6ac43f3b329ff8629d1a6d45151e29f853dff authored almost 3 years ago by Karim Naufal <[email protected]>
Add Hetzner placement group and link servers to it

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 9b7375e42472e49582bc58da31c14d0dc62559db authored almost 3 years ago by Waël Ammar <[email protected]>
added letsencrypt configuration for traefik

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 285e115475c9aeb41362b73963f727b0edd40906 authored almost 3 years ago by Olivier Wenger <[email protected]>
Replaced httpChallenge with tlsChallenge

Co-authored-by: Marco Nenciarini <[email protected]>

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 23d17382ac48d91aa2456edeca7cd4eed30d1290 authored almost 3 years ago by Olivier Wenger <[email protected]>
Merge pull request #34 from waammar/feature/add-placement-group

Add Hetzner placement group and link servers to it

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 4fb1e2fb8570a884c634a35f1fafe93bc40bd7b1 authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #33 from TimHeckel/master

Use variable for network region

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 0dcecd46f880846162ecd45e4d705fc5577c3c3d authored almost 3 years ago by Karim Naufal <[email protected]>
Add Hetzner placement group and link servers to it

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 8aa3cf780f7bc5c7b32ba30348e7b9391306f960 authored almost 3 years ago by Waël Ammar <[email protected]>
Update variables.tf

Declare the `network_region` variable

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - e77bc4d16116e078290f2a30929a1bfeddf11766 authored almost 3 years ago by Tim Heckel <[email protected]>
Use a variable for `network_region`

..instead of hardcoding it to `eu-central`

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - c72e212f2b84ccedb9ee953e42ea4917d82a09af authored almost 3 years ago by Tim Heckel <[email protected]>
Allow for network_region to be specified

This is to enable the creation of the hetzner network to be in `us-east` instead of `eu-central`...

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - efcbbd53dc08574c9d7b67ded5a29a03024e4188 authored almost 3 years ago by Tim Heckel <[email protected]>
Merge pull request #27 from phaer/optional-private-key

make private key optional to support SSH agent usage

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 5a461275337e0a642e425d4e168464ad19179c52 authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #29 from phaer/ingress-no-private-ip-optional-ipv6

ingress: don't use private ip, make ipv6 optional

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 7fbf5a88d65813227f70095641b5356e691fca8c authored almost 3 years ago by Karim Naufal <[email protected]>
ingress: don't use private ip, make ipv6 optional

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - b0838c8a0168ad5449e2896c74c308e167d87276 authored almost 3 years ago by phaer <[email protected]>
document ssh agent usage in README.md

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - d8fccc5ccb1d8e5de6ef1b08d72bbb7fa28efd60 authored almost 3 years ago by phaer <[email protected]>
use locals to deduplicate ssh key expressions

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 07ab83a09fd3f8eea9162f01b19646fb04c92b58 authored almost 3 years ago by phaer <[email protected]>
Merge pull request #26 from kube-hetzner/revert-22-optional-private-key

Revert "make private key optional to support hardware tokens for SSH"

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - f6046c4f966eeafa11e5fb46ab7694533d3fad39 authored almost 3 years ago by Karim Naufal <[email protected]>
Revert "make private key optional to support hardware tokens for SSH"

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 1ed7932dc967f528768568b53dd149fb3edf07e8 authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #22 from phaer/optional-private-key

make private key optional to support hardware tokens for SSH

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 214d0bf98b853466efe82a0a9e1a5ea8e0b7da73 authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #23 from phaer/remove-empty-providers

remove empty provider blocks

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 5ffb366a93bd610ba8786e3e00f00518b6f097f6 authored almost 3 years ago by Karim Naufal <[email protected]>
remove empty provider blocks

terraform v1.1.4 (and at least v1.0.11) emits a warning for empty
provider blocks. Removing thos...

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 8b12225e07c058d5212c37cdeca51aba3cc860cf authored almost 3 years ago by phaer <[email protected]>
make private key optional

Setting private_key to null uses the local ssh-agent as a fallback for
authentication. Using the...

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 1236bbe6f3a8919143232e35bed278328483e611 authored almost 3 years ago by phaer <[email protected]>
added possibility to use latest containers for CCM and CSI

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 13c97069b54ecd52e496dee09fdeea5bc1236035 authored almost 3 years ago by Karim Naufal <[email protected]>
added possibility to use latest containers for CCM and CSI

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - cd9bcd9710eaaf7381c62f4dc853733d591cedbf authored almost 3 years ago by Karim Naufal <[email protected]>
removed kustomization of CCM and CSI images, now more vanilla

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 8b0e0666ef19071985e2d43915f4ae60ff470ad4 authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #20 from kube-hetzner/revert-16-add_output

Revert "Add public IPv4 address of Traefik to output"

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 5a6b7779b91a4ee97eb5303bd2c5290e8841b3c7 authored almost 3 years ago by Karim Naufal <[email protected]>
Revert "Add public IPv4 address of Traefik to output"

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 0a1d87632499d8e7f54f651d99db11b57c99caac authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #16 from dhoppe/add_output

Add public IPv4 address of Traefik to output

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 6708ecb7331b7f3f0e44ae4587b546c545b3c5f4 authored almost 3 years ago by Karim Naufal <[email protected]>
Merge branch 'master' into add_output

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 68c3dba9e949598be684a2b03ee185fb67a00f7a authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #19 from dhoppe/fix_secrets

Prevent secrets from being exposed

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - c2dd8e0a589f4514e232a0e5932e8c30791d815e authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #17 from dhoppe/fix_typo

Update documentation (fix typo)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 4bdc0536a5aac7ba980010754f93a8cbab597eac authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #15 from dhoppe/add_providers

Make version of CCM / CSI configurable

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - eedf2b26e15296529d8d33b9009cabcf47a6cb24 authored almost 3 years ago by Karim Naufal <[email protected]>
Prevent secrets from being exposed

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 37d21785331834c6b1c20da86ffaa6f197d4b1b8 authored almost 3 years ago by Dennis Hoppe <[email protected]>
Update documentation (fix typo)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 26cc66f42b27a5f84b003575abaa7a02363d443c authored almost 3 years ago by Dennis Hoppe <[email protected]>
Add public IPv4 address of Traefik to output

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - a4444ce2330596af3bd7c36950dbe2711a2d446d authored almost 3 years ago by Dennis Hoppe <[email protected]>
Make version of CCM / CSI configurable

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 05332e7ae30a232029da8dca753a67ebee4bfc5b authored almost 3 years ago by Dennis Hoppe <[email protected]>
Add missing Terraform provider (local)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - db3876bca4b6acc212a0ecf8c973c64ccd58856e authored almost 3 years ago by Dennis Hoppe <[email protected]>
Merge pull request #14 from dhoppe/fix_typo

Rename directory

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - edeec308111f995bcbe8fd88a827887a07bf0c3a authored almost 3 years ago by Karim Naufal <[email protected]>
Merge pull request #13 from dhoppe/fix_docs

Update documentation (cp vs mv)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - b17b1a1f860fa22827531573626546dd4ee6e3c5 authored almost 3 years ago by Karim Naufal <[email protected]>
Update documentation (cp vs mv)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - fb876d2d9b74432f7ab5e859a784e8257c52a71c authored almost 3 years ago by Dennis Hoppe <[email protected]>
Merge pull request #12 from dhoppe/github_actions

Add workflow for Github Actions

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 5e9ddc16ffa8cdd90cb041c6ab58756630cf26c2 authored almost 3 years ago by Karim Naufal <[email protected]>
Add workflow for Github Actions

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 4b8e7d9ba18082feb73be3cb2d325fc6c6005e8a authored almost 3 years ago by Dennis Hoppe <[email protected]>
Merge pull request #11 from dhoppe/reorganize_manifests

Reorganize structure of Terraform manifests

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - c022f7f77a758971c3c2acd52537b691d0800d4b authored almost 3 years ago by Karim Naufal <[email protected]>
Reorganize structure of Terraform manifests

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 453bdb0be59e9f900bf472f49f4b7a05c2f4b8b9 authored almost 3 years ago by Dennis Hoppe <[email protected]>
Merge pull request #10 from dhoppe/version_constraint

Add version constraint for Terraform provider (hcloud)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 06ce6cec511b5b87518f823a653eccc0c0b4b595 authored almost 3 years ago by Karim Naufal <[email protected]>
Add version constraint for Terraform provider (hcloud)

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - a88bf662f89e3ca6427566a50587f0d30b363e25 authored almost 3 years ago by Dennis Hoppe <[email protected]>
Merge pull request #7 from Julian-Louis/patch-1

Fixed heztner cloud link

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 01d568baf12a5d2e1a6d8a2c063a92dd73bfc32b authored almost 3 years ago by Karim Naufal <[email protected]>
attempt to fix waitForAction

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 0415a43e9e6807da044ba463faa836661c057a82 authored almost 3 years ago by Karim Naufal <[email protected]>
Fixed heztner cloud link

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 8d2312ceef48ed828a8b9ef8caff6696f9fce76b authored almost 3 years ago by Julian Louis <[email protected]>
removed disabling of network policy and traefik now default as more capable

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 5d315c442781061306b88ab554e4f9e178b0c053 authored almost 3 years ago by Karim Naufal <[email protected]>
Switched to k3os and removed cilium

github.com/kube-hetzner/terraform-hcloud-kube-hetzner - 8de7171cf50b4fa3ab8ee4598dc702f59af45a89 authored about 3 years ago by Karim Naufal <[email protected]>