rancher / terraform-provider-rke

Terraform provider plugin for deploy kubernetes cluster by RKE(Rancher Kubernetes Engine)
Mozilla Public License 2.0
340 stars 152 forks source link

Upgrade the terraform-provider-rke to RKE version 1.4.7 #428

Closed LefterisBanos closed 12 months ago

LefterisBanos commented 1 year ago

Hi, Using RKEv1 1.4.7. We are intending to integrate the terraform RKE provider (using latest version 1.4.2). K8s version used v1.26.6-rancher1-1.

When running terraform import to import the current cluster getting following error: │ Failed initializing cluster err:Failed to validate cluster: v1.26.6-rancher1-1 is an unsupported Kubernetes version and system images are not populated: etcd image is not populated.

This is due to that current 1.4.2 terraform-rke-provider does not have yet added support for RKE 1.4.7. Is there any ETA on when terraform-rke-provider will add support for RKE 1.4.7, and eventually for k8s version v1.26.6-rancher1-1. Regards, Lefteris