Raúl Sánchez
Raúl Sánchez
Hi @Edge94 , what it seems is that the rke deployment is failing when tries to pre pull the kubernetes images. The `rancher2_cluster_sync` should wait until the cluster is active...
Yeah, the deployment is not failing at the end due to rancher is retrying. My question about the UI is more related with the cluster status until it's active. Is...
If the cluster is getting `error` state and just got `active` by the rancher retry, not so much can be done from here. The `rancher2_cluster_sync` is waiting for cluster active...
I don't think this gonna solve your issue, how many retries?? Would be enough with just one?? I think would be easier that you try to improve network latency or...
The PR is incomplete. To fix the problem, the same logic has to be applied the the `flattenClusterEKSConfigV2` and to the `expandClusterEKSConfigV2` functions. Take a look how it's done at...
BTM, this feature is not supported by the provider. Rancher API just supports token creation for "current" user. Working to figure out a possible solution for that.
Sure, i know how this is working.Provider is already using these on [bootstrap](https://github.com/terraform-providers/terraform-provider-rancher2/blob/f65df9d14bcb9b0aed1426dcb35a886d13bfe941/rancher2/resource_rancher2_bootstrap.go#L227) resource. The solution i'm thinking is add the option to create token for `rancher2_user` resources. Once the...
~~By design on Rancher, RKE template_revisions are append only. You can't remove template_revisions from ui neither.~~
@burgerjeffrey , you are right. My bad here, forget my previous message. Have you tried to remove the rke template revisions from your ft file and apply?? This should work...
I'm not able to reproduce your issue. Starting with template revisions V5, V6, V7, V8, V9, V10 & V11(default). I removed template revision V5 from the terraform code. On tf...