Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] rancher2_machine_config_v2 and rancher2_cloud_credential don't support Hetzner #1419

Open
mrbnd opened this issue Oct 1, 2024 · 4 comments
Labels
area/provisioning provisioning clusters with Rancher team/highlander

Comments

@mrbnd
Copy link

mrbnd commented Oct 1, 2024

Is your feature request related to a problem? Please describe.

It is currently not possible to configure an RKE2 k8s cluster on Heztner cloud via terrafrom because rancher2_machine_config_v2 and rancher2_cloud_credential don't support Hetzner cloud

Describe the solution you'd like

Add Hetzner support for rancher2_machine_config_v2 e.g.

resource "rancher2_machine_config_v2" "foo" {
  generate_name = "test-foo"
  hetzner_config {
    some_data
  }
}

and rancher2_cloud_credential

resource "rancher2_cloud_credential" "foo" {
  name = "foo"
  hetzner_credential_config {
    some_data
  }
}
@sferatime
Copy link

Same problem; it would be nice if this functional was added.

@spryffee
Copy link

spryffee commented Oct 2, 2024

I'm also interested in this

@matttrach matttrach added team/highlander area/provisioning provisioning clusters with Rancher labels Oct 2, 2024
@HeySlava
Copy link

HeySlava commented Oct 4, 2024

Same problem

@alblackt
Copy link

alblackt commented Oct 4, 2024

Interested in seeing support for Hetzner Cloud too.
It's becoming increasingly popular nowadays

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/provisioning provisioning clusters with Rancher team/highlander
Projects
None yet
Development

No branches or pull requests

6 participants