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

Looks like this is the reason why managed certificate is never attached to lb https service.

### TL;DR The current docs do not describe how to use certificates with load balancers. Users need to read the annotations (reference) to figure this out. ### Expected behavior We...

enhancement
documentation

### TL;DR Despite of `network: false` the hcloud-cloud-controller-manager tries to start `node-route-controller`. The `node-route-controller` fails due to the missing CIDR. ### Expected behavior hcloud-cloud-controller-manager starting up and configuring the nodes...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | | minor | `v1.58.2` -> `v1.59.0` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)...

### TL;DR We're building a hybrid cluster from Cloud Servers and external Bare-Metal machines. For this to work properly we're using a Wireguard Network between all nodes and use the...

bug

### TL;DR When trying to initialize a node on a bare metal host with a Dell PowerEdge™ type, an error occurs when setting the label: "instance-type" ### Expected behavior Node...

bug

### TL;DR This is more of an inquiry, since it's not that clear from the documentation, does the hetzner cloud controller work with the Calico CNI when using the private...

enhancement

### TL;DR Node not adding if kubelet IP is set to internal network via Vswitch ### Expected behavior Node succesfully updated with Node controller ### Observed behavior Node broken and...

bug

This separates accessing the cache from loading the data and renames some identifiers to better represent their purpose.

Fixes #673 In `routes.ListRoutes()` we have to find the matching server/node for every route in the network. We find the server by utilizing a cache that maps every private IP...

bug