costela / hcloud-ip-floater

k8s controller for Hetzner Cloud floating IPs
GNU General Public License v3.0
53 stars 10 forks source link

Could not sync Floating IPs... #46

Open AngeLinuX99 opened 2 years ago

AngeLinuX99 commented 2 years ago

Hi, my pod didn't sync floating IP, some clue to solve it ?

kubectl logs hcloud-ip-floater-74f496fdb7-qpjl6 -n hcloud-ip-floater
time="2022-03-13T11:14:55Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"
time="2022-03-13T11:20:25Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"
time="2022-03-13T11:25:55Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"
time="2022-03-13T11:31:25Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"
time="2022-03-13T11:36:55Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"
time="2022-03-13T11:42:25Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"
time="2022-03-13T11:47:55Z" level=error msg="could not sync floating IPs" component=fipcontroller error="Get https://api.hetzner.cloud/v1/floating_ips?page=1: dial tcp 213.239.246.1:443: i/o timeout"

Thanks !!

costela commented 2 years ago

Do you have any firewall rules on your nodes? This does not look like a hcloud-ip-floater issue.