-
```
data "rancher2_cluster" "rbac_cluster" {
name = "local"
}
data "rancher2_cluster_role_template_binding" "admin_role" {
name = "admin"
cluster_id = "local"
}
data "azuread_groups"…
-
### Is your feature request related to a problem? Please describe.
If you want to customize `cluster_agent_deployment_customization` in `rancher2_cluster` resource, you can use these 3 sections:
- `…
-
Hi,
When creating a custom RKE cluster using Terraform and rancher2 provider the terraform script fails because of network latency.
But, the cluster itself continues deploying.
We are using an Ar…
-
Research spike to determine the level of effort required to implement this feature.
SURE-6408
-
https://forums.rancher.cn/t/rancher/3423
**Rancher Server Setup**
- Rancher version: 2.8.5
- Installation option (Docker install/Helm Chart): Docker install
- If Helm Chart, Kubernetes Cluste…
-
**Rancher Server Setup**
- Rancher version: 2.7-head
- Installation option (Docker install/Helm Chart): docker
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc):
- Pro…
-
- [ ] pushprox-client
- [ ] pushprox-proxy
Edit: Removed all `mirrored-` images as we cannot update Go for those w/o rebuilding them.
-
### Rancher Server Setup
- Rancher version: 2.7.3
- HA with Helm on K3S
### Provider Information
- What is the version of the Rancher v2 Terraform Provider in use? 3.0.0
### Describe the bug
…
-
### Rancher Server Setup
- Rancher version: 2.7.3
- Installation option (Docker install/Helm Chart): Helm chart on top of RKE
### Information about the Cluster
- Kubernetes version: "v1.24.10-ra…
-
I am trying to deploy rancher to aws via terraform but got below error at the end. The rancher provider version is `1.23.0`. What could be the reason causing this error?
I am using `Terraform v1.1.…