Michael Kittlitz
Michael Kittlitz
Good morning Jonas, that error seemed to be successfully solved, but it's not! First the following issues occured: a) The hetzner-Logo is missing on the "Add Cluster"- Dialogue via UI...
Hi Jonas, I did setup the Cluster again from the scratch and have the following findings: 1) Your driver can be deployed without problems via Rancher2 and Terraform. But the...
Hi Jonas, I did download the source for `https://github.com/JonasProgrammer/docker-machine-driver-hetzner/blob/bugfix/86-terraform-image/driver.go` build the docker-image with the command `goreleaser release --snapshot --skip-publish --rm-dist` and deployed it on our own server. Terraform did Update...
Thank you for your fast Answer Jonas. In the meantime I've checked this sources: https://github.com/rancher/terraform-provider-rancher2/blob/master/rancher2/data_source_rancher2_node_driver.go and https://github.com/rancher/terraform-provider-rancher2/blob/master/rancher2/data_source_rancher2_node_template.go on the the Template - Source-File in Lines 97-99 it seems to iterate...
// Sorry for the edit, I missed the 'quote reply button' Hi Jonas, another though, I've read on line 330 ff your code: func (d *Driver) PreCreateCheck() error { within...
I'm still analysing this. I turned on TRACE on Terraform-logging: `2022-08-08T13:00:42.684+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/rancher/rancher2\"].admin" provider for provider["registry.terraform.io/rancher/rancher2"].admin 2022-08-08T13:00:42.684+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/rancher/rancher2"].admin 2022-08-08T13:00:42.684+0200 [TRACE] GRPCProvider: Close 2022-08-08T13:00:42.695+0200...
By the way: I've tried the latest three different versions of Terraform, just to make sure beforehand. v1.2.6 v1.1.9 v.1.0.11 -> same result
Dear Jonas, thank you for your time and support! And of course, after figuring out the different layers and the depencies, please close the ticket! Best regards Michael Please excuse...
Your solution matches the description from which leads to your error-message https://registry.terraform.io/providers/rancher/rancher2/latest/docs a working version is mentioned here https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/bootstrap so this would be the outcome ``` # Provider bootstrap config...
I found a solution, by compiling Rancher2 myself on my machine until the merge Requests are handeld one day. My solution includes the missing fields for the Firewalls, AdditionalKeys and...