docker-machine-driver-hetzner icon indicating copy to clipboard operation
docker-machine-driver-hetzner copied to clipboard

Docker machine driver for the new hetzner cloud API

Results 18 docker-machine-driver-hetzner issues
Sort by recently updated
recently updated
newest added

Error-Message in Rancher UI: **[cmdCreateInner] error setting machine configuration from flags provided: --hetzner-image and --hetzner-image-id are mutually exclusive:Timeout waiting for ssh key** The terraform-script: ` resource "rancher2_node_template" "hetzner_create_template" { provider...

Error: Unsupported argument │ │ on 07-init-rancher-with-hetzner-node.tf line 35, in resource "rancher2_node_template" "hetzner_create_template": │ 35: additionalkeys = data.hcloud_ssh_keys.ssh_keys_master.ssh_keys.*.name │ │ An argument named "additionalkeys" is not expected here. Different approach,...

Ubuntu 18.04 is not supported anymore, but still the default image chosen by the driver. In an upcoming major release, this should be addressed in a breaking change.

Recently Hetzner has added the support of servers belonging only to private networks, without any public interface. This is a great achievement for security and architectural purposes, and it would...

enhancement

Hi, looking at the code and behaviour of the driver I have some suggestions that would in my opinion make it a little bit more user friendly. **What would be...

enhancement
pinned

At the moment I'm working on a [project](https://gitlab.com/griffinplus/autoscaling-gitlab-runner) that builds a docker image providing an auto-scaling gitlab-runner connected to docker-machine and your driver for Hetzner Cloud. The docker container pulls...

pinned

It would be nice to have the ability to choose a primary ip while creating a node. As it would help to recreate nodes while keeping the ip address. For...

I can't create a Kubernetes Cluster on Hetzner Cloud using RKE2/K3s. Here's an example, when I have RKE1 selected, I can create a Kubernetes Cluster: ![image](https://github.com/JonasProgrammer/docker-machine-driver-hetzner/assets/99731862/54040ec6-8dc9-4336-b303-d9e935eec91e) and ![image](https://github.com/JonasProgrammer/docker-machine-driver-hetzner/assets/99731862/eedf4dd2-c248-4a82-aa73-31e83eaff0a2) But when...

Hello, I used this driver on different autoscaling images like [this one](https://github.com/N4Y-docker/gitlab-runner-machine-hetzner). I'm running Docker on my Windows system locally and an error occurs when i try the command: ```...

Hi Jonas I've been using the hetzner driver for a many months, going through a numerous version. I'm using the driver in Rancher, a few days ago I updated the...