Skip to content
Discussion options

You must be logged in to vote

I finally found a solution, it is similar to this one #413 and here hetznercloud/hcloud-cloud-controller-manager#58 (comment)

steps to fix the issue:

  • get the ingress controller definition
kubectl get svc nginx-ingress-nginx-controller -n nginx -o yaml > ingress_controller_nginx.yaml
  • add annotation load-balancer.hetzner.cloud/hostname: your-domain.de (replace your-domain.de with your domain)

  • apply changes

kubectl apply -f ingress_controller_nginx.yaml -n nginx

after these steps, you can apply an issuer and a certificate and cert-manager passes successful.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by grohmio
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants