mxschmitt / ui-driver-hetzner

Rancher UI driver for the Hetzner Cloud docker driver.
https://mxschmitt.github.io/ui-driver-hetzner
Apache License 2.0
254 stars 50 forks source link

Bug in new feature "possibility to add additional ssh keys" #112

Open felixpie opened 3 years ago

felixpie commented 3 years ago

The latest update does not seem to work correctly (Pull request #108). I am not able to add nodes anymore. No matter if I specify one, serveral or no additional ssh key I get the following error message: "Flag provided but not defined: -hetzner-server-label; Timeout waiting for ssh key" Rancher ver.: 2.4.8 Node driver ver.: 3.2.0

mxschmitt commented 3 years ago

Does it work for you if you specify a label?

felixpie commented 3 years ago

No unfortunately not.

felixpie commented 3 years ago

You probably mean a hetzner server label (like described in #109)? In the node driver UI, I can only define the kubernetes labels for the node. There is no extra field for a special hetzner label.

felixpie commented 3 years ago

When I downgrade to docker-machine-driver v3.0.0 and below (https://github.com/JonasProgrammer/docker-machine-driver-hetzner/). I can create new node templates that work again. Unfortunately the old Node-templates don't work anymore, even with the downgrade, which is quite annoying. So it seems to destroy the templates somehow. I think I was wrong in my first post. It has probably to do with #109 not #108.