cbeneke / hcloud-fip-controller

Kubernetes controller to (re-)assign floating IPs on hetzner cloud instances
Apache License 2.0
128 stars 14 forks source link

Ubuntu 20.04 and k8s 1.21 #60

Open kiwinesian opened 3 years ago

kiwinesian commented 3 years ago

Hi there,

Just been trying to get it going with Ubuntu 20.04 and k8s 1.21. Anyone is able to get this running perfectly with the mentioned stack?

Also, I have 1 floating IP that is already there and 1 that got created as part of the Ansible. Upon successful execution, seems like something is assigning ALL IPs to one of the worker node. Thoughts?

Been working on this all weekend long and feels like spinning 😢

image

kiwinesian commented 3 years ago

it also adds the following routes - is it expected? image

phaniops commented 2 years ago

I am facing same issue too. Any solution yet?

kiwinesian commented 2 years ago

I gave up.

Used the external loadbalancer instead.

On Sun., Feb. 6, 2022, 12:21 phaniops, @.***> wrote:

I am facing same issue too. Any solution yet?

— Reply to this email directly, view it on GitHub https://github.com/cbeneke/hcloud-fip-controller/issues/60#issuecomment-1030906762, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7F6IYNAPCISPHAJZ73SILUZ3J3PANCNFSM47PBQH5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

phaniops commented 2 years ago

Oh.. Thank you for the update.

Am new to HZ. Which LB you have used?

kiwinesian commented 2 years ago

Cx11 should do the job to get you started.

On Sun, Feb 6, 2022, 12:45 phaniops @.***> wrote:

Oh.. Thank you for the update.

Am new to HZ. Which LB you have used?

— Reply to this email directly, view it on GitHub https://github.com/cbeneke/hcloud-fip-controller/issues/60#issuecomment-1030910915, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7F6I3H2SJRE3IZ3IUPHATUZ3MWLANCNFSM47PBQH5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

phaniops commented 2 years ago

Thank You very much.

I was assuming some diff external loadbalancer or so ...