hcloud-cloud-controller-manager
hcloud-cloud-controller-manager copied to clipboard
Kubernetes cloud-controller-manager for Hetzner Cloud
### TL;DR Hi Everyone, We were planning to move our production environment to the Hetzner cloud. So we provisioned a Kubernetes cluster (self-managed) setup in Hetzner servers for our project...
### TL;DR In some situations hcloud-cloud-controller-manager starts to spam `GET /v1/servers/{id}` for a subset of the nodes in the cluster every few seconds. ### Expected behavior I would expect hccm...
### TL;DR When creating a load balancer with kubernetes Service and deleting it via the panel, attempting to re-create it will result in an error. ### Expected behavior The load...
### TL;DR Hello, first - i prefer to use FQDN servernames like "k8s-control-plane1.mydomain.com", but then i get error messages in the HCCM log like: ``` I0722 xx:xx:xx.xxxxxx 1 node_controller.go:425] Initializing...
If a loadbalancer svc includes both tcp and udp for the same port, for example 53/tcp and 53/udp for dns, the CCM will currently fail to create the loadbalancer due...
### TL;DR [KEP-1860](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1860-kube-proxy-IP-node-binding) introduced a new field `service.status.loadBalancer.ingress[].ipMode: VIP | Proxy` to indicate the behavior of the Load Balancer. Currently users on IPVS-based networking setups can not access the Load...
:robot: I have created a release *beep* *boop* --- ## [1.21.0](https://github.com/hetznercloud/hcloud-cloud-controller-manager/compare/v1.20.0...v1.21.0) (2024-10-08) ### Features * add support & tests for Kubernetes 1.31 ([#747](https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/747)) ([c1e903c](https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/c1e903c798b19f7091a8ca36a042cc81d609fc54)) * drop tests for kubernetes v1.27...
Allows users to specify the IPv4 of the load balancer in the private network via the annotation "load-balancer.hetzner.cloud/private-ipv4" Removes network logic from main load balancer creation, since the API does...
### TL;DR It seems that HCCM is not able to see that a certificate already exists (**already created by HCCM from a re-created Service** or from another Service). If it...
HCCM Controller don't set metadata to the Nodes at all (nodes are connected, using internal network)
### TL;DR I set up cluster on hcloud (controlplanes are cloud, workers are robots + cloud) and I am expecting that the HCCM will populate node objects with metadata. ###...