hcloud-cloud-controller-manager
hcloud-cloud-controller-manager copied to clipboard
Kubernetes cloud-controller-manager for Hetzner Cloud
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | image | minor | `1.22` -> `1.23` | | golang |...
### TL;DR I'm using the helm chart for the deployment within a management cluster outside of the cluster which should be managed by the cloud-controllermanager. There should be an option...
### TL;DR I used the next helm values: ``` monitoring: enabled: true podMonitor: enabled: true env: HCLOUD_TOKEN: valueFrom: secretKeyRef: name: hcloud key: token ROBOT_USER: valueFrom: secretKeyRef: name: hcloud key: robot-user...
### Features - add Kubernetes v1.33 and remove EOL version v1.29 (#934) --- PR by releaser-pleaser 🤖 If you want to modify the proposed release, add you overrides here. You...
Dear maintainers, apparently deletes services and target from LoadBalancer which are created manually (or by other functions) during reconciliation. That's a bit unfortunate because you cannot use the Loadbalancer for...
### TL;DR We are trying to setup a K3s cluster on dedicated hetzner servers (AX42) with cloud load balancer support over the vswitch. ### Expected behavior A running hcloud-cloud-controller-manager with...
Hello, i need your help, I am trying to install nginx ingress controller, it works perfect like adding the services and creating it but it doesn't add the targets, i...
### TL;DR Currently, the hcloud ccm chart will fail to initialise if a boolean value is specified for the `HCLOUD_NETWORK_ROUTES_ENABLED` env var. ### Expected behavior The following config should work...
I would like to suggest renaming some loadbalancer annotations and their defaults in the upcoming v2.0. The following annotations have negated names: ``` load-balancer.hetzner.cloud/ipv6-disabled (false) load-balancer.hetzner.cloud/disable-public-network (false) load-balancer.hetzner.cloud/disable-private-ingress (false) ```...