You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE2
Information about the Cluster
Kubernetes version: v1.27.16+rke2r2
Cluster Type (Local/Downstream): Downstream
If downstream, what type of cluster? (Custom/Imported or specify provider for Hosted/Infrastructure Provider): Custom
User Information
What is the role of the user logged in? (Admin/Cluster Owner/Cluster Member/Project Owner/Project Member/Custom): Admin
Provider Information
What is the version of the Rancher v2 Terraform Provider in use? v5.0.0
What is the version of Terraform in use? v1.5.7
Describe the bug
The creation of a rancher2_cluster_v2 resource is shown as completed much too early, after only 7sec.
The cluster is visible in Rancher but neither it has the Active status nor are any nodes registered.
To Reproduce
Create the rancher2_cluster_v2
Observe the output of Terraform
16:00:41 module.rancher-cluster.rancher2_cluster_v2.cluster: Creating...
16:00:48 module.rancher-cluster.rancher2_cluster_v2.cluster: Creation complete after 5s [id=fleet-default/reference-rke2]
Actual Result
The creation of a rancher2_cluster_v2 resource is shown as completed much too early, after only 7sec.
Expected Result
The resource creation should only be completed if the cluster has the actual status "Active" in Rancher.
The text was updated successfully, but these errors were encountered:
Rancher Server Setup
Information about the Cluster
User Information
Provider Information
Describe the bug
The creation of a rancher2_cluster_v2 resource is shown as completed much too early, after only 7sec.
The cluster is visible in Rancher but neither it has the Active status nor are any nodes registered.
To Reproduce
Actual Result
The creation of a rancher2_cluster_v2 resource is shown as completed much too early, after only 7sec.
Expected Result
The resource creation should only be completed if the cluster has the actual status "Active" in Rancher.
The text was updated successfully, but these errors were encountered: