You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to reproduce the issue locally with your reproduction steps.
Could you run hcloud-cloud-controller-manager with the environment variable HCLOUD_DEBUG=true? This will log all requests made to the Hetzner Cloud API including the responses. You can then share the request here or open a support ticket to send the logs to us in private.
This will show the exact body of your request and indicate why the request was rejected.
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 balancer services and targets are not created.
Observed behavior
Only the load balancer is created with no additional steps taken.
Minimal working example
deploy nginx-ingress helm chart
delete loadbalancer on the panel
uninstall the helm chart
reinstall the helm chart
the error occurs
Log output
Additional information
I've managed to fix it by first creating a helm nginx-ingress with:
and then editing targetPort back to http/https after.
Deleting uninstalling the helm chart and reinstalling works as expected.
The text was updated successfully, but these errors were encountered: