Julian Tölle

Results 299 comments of Julian Tölle

Technically this is not an issue, I did a [very quick port](https://github.com/hetznercloud/cli/compare/main...upload-image) last week after the point was made in your docs PR. I am not sure yet if we...

Bad news, we do not want to provide official support for the workaround CLI for the foreseeable future. The teams opinion matched my own: > I am not sure yet...

The certificate has a label `hcloud-ccm/service-uid` that must match the kubernetes service uid. You have to update this manually right now. ```shell $ service_uid=$(kubectl get service -n traefik traefik -o=go-template...

Yea, we need a better way to associate the cert with the service and potentially clean it up when necessary.

Suggestions by @micheljung in #596: - HCCM would remove managed certificates when removing the load balancer (potentially undesired) - HCCM would remove the service label from the certificate when removing...

I do think all of the above requests should be fine. My question would be how often you are triggering reconciles of the HCloudMachines controller and if that can be...

The API client currently uses an exponential backoff while waiting for actions. The version in the provider does not use a max time, so it can get to a point...

Hey @lhp-nemlig, thanks for the pull request. I disagree with this statement: "but the CCM should ignore the UDP port". In my opinion, we should loudly fail the provide a...

Looks like we need to do some manual migration. The `v2` added a new structure and now includes the logger & prometheus interceptors.

# specialized vs general methods I think having different structs as the opts is actually easier for the user. All three options take different parameters, so cramming them into a...