syself / hetzner-cloud-controller-manager

Kubernetes cloud-controller-manager for Hetzner Cloud & Hetzner Robot. Enables the usage of Hetzner Dedicated Servers and Hetzner Cloud Servers
Apache License 2.0
10 stars 7 forks source link

Confusion about the Helm Chart to use #36

Open Breee opened 11 months ago

Breee commented 11 months ago

In the past i used " https://charts.syself.com", now the docs say https://charts.hetzner.cloud

https://github.com/syself/hetzner-cloud-controller-manager/blob/main/chart/README.md#quickstart

What is correct in combination with clusterapi?

kranurag7 commented 11 months ago

Hey @Breee, This repo is a fork of hcloud-cloud-controller-manager from hetzner https://github.com/hetznercloud/hcloud-cloud-controller-manager so the docs you're looking at is not correct. We have only updated the code, not the docs except README.

The charts are still accessible via https://charts.syself.com The templates for the charts can be accessed here. https://github.com/syself/charts/tree/main/charts/ccm-hetzner

Having said that, usage of upstream is preferred because most of the changes are already in there in the officially maintained hetzner-ccm as well. Going forward, we will also switch to hcloud ccm which is officially maintained by hetzner. Big thanks to @apricote for migrating the changes.