alessiodionisi / terraform-provider-k0s

Terraform provider to create and manage k0s Kubernetes clusters, using embedded k0sctl
https://registry.terraform.io/providers/alessiodionisi/k0s
Apache License 2.0
23 stars 8 forks source link

Provider fails with more than 1 host without a private address #52

Closed akosiaris closed 1 year ago

akosiaris commented 1 year ago

Hi,

Thanks for this provider.

I 've been trying it out and I met the following issue. Trying to use it in a provider that doesn't give out private address by default, but rather public ones, I got the following

privateAddress  is not unique: k0s-controller-0
privateAddress  is not unique: k0s-controller-1
privateAddress  is not unique: k0s-controller-2

Apparently this is fixed in https://github.com/k0sproject/k0sctl/issues/484 and v0.15.2. The project is apparently on 0.15.1, 0.15.2 appears to be a bugfix release for just this one issue, consider upgrading please?