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
First issue was relatd to hcloud-cloud-controller-manager, this tutorial uses v1.13.2 which the pod was CrashLooping in my cluster. So I decided to upgrade it to v1.21.0 and also adding network entry to hcloud secret.
The Load Balancer step defined in the main.tf can be totally ignored, and after deploying ingress-nginx with the correct annotations, the load balancer will be created automatically.
I tried to follow this tutorial https://community.hetzner.com/tutorials/setup-your-own-scalable-kubernetes-cluster and I faced issues regarding the Load Balancer step.
First issue was relatd to hcloud-cloud-controller-manager, this tutorial uses
v1.13.2
which the pod wasCrashLooping
in my cluster. So I decided to upgrade it tov1.21.0
and also addingnetwork
entry tohcloud
secret.The
Load Balancer
step defined in themain.tf
can be totally ignored, and after deployingingress-nginx
with the correct annotations, the load balancer will be created automatically.After these changes, I'm now able to create cluster-wide
Ingress
and LB works properly.More info: https://blog.kay.sh/kubernetes-hetzner-cloud-loadbalancer-nginx-ingress-cert-manager/
The text was updated successfully, but these errors were encountered: