hcloud-cloud-controller-manager icon indicating copy to clipboard operation
hcloud-cloud-controller-manager copied to clipboard

Kubernetes cloud-controller-manager for Hetzner Cloud

Results 73 hcloud-cloud-controller-manager issues
Sort by recently updated
recently updated
newest added

Hi, I have been using metallb for load balancing for years on Hetzner Cloud, but after I have upgraded the controller manager which now has Hetzner Load Balancer support, it...

stale

Hey guys First of all, thanks a lot for your hard work, the CCM is really useful :) I was wondering whether you heard about the new LoadBalancerClass feature (stable...

stale

This is a quick-fix / enhancement for the issue described in https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/305 Switches the order of the node `ExternalIP` list to favour IPv4, as most of the dual-stack k8s clusters...

The order of node's `ExternalIP` list published in the node's status is important, as the first one is picked when the apiserver is contacting the kubelet on the node. The...

allow users to disable networks routes (enabled by default), this can be useful if user use flannel with internal network, managing routes in this scenario does not needed. disabling network...

Please see the following repo @LKaemmerling, this will stand up this repo and make it easier for others. Maybe you could reference this repo in the readme to help others...

stale

Hi! First of all: ``` Client Version: v1.24.2 Kustomize Version: v4.5.4 Server Version: v1.24.2 ``` As described in #80, the `missing prefix hcloud://` is caused by the missing `--cloud-provider=external` flag....

stale

Hi there, as i switched from rke1 to rke2 i got problems deploying my traefik helm chart that generates a loadbalancer in hetzner cloud. The LB gets created but no...

stale

Hello, `hcloud-cloud-controller-manager` fails to create route with the error mentioned above. My CNI is cilium and the configuration matches the one which is used by hcloud-ccm e2etests (https://raw.githubusercontent.com/hetznercloud/hcloud-cloud-controller-manager/main/e2etests/templates/cilium.yml). Furthermore I...

stale

As a workaround for #286 I tried to configure nginx for some whitelisted cidr's. At setting up the load balancer for this I added the following Helm values for [nginx-ingress-controller...