Hello, I have a Rancher cluster bootstrapped usin...
# terraform-provider-rancher2
k
Hello, I have a Rancher cluster bootstrapped using the Rancher2 Terraform Provider. Now I want to add a Kubernetes Resource (GitRepo) to that cluster. Unfortunately the provider doesn’t support fleet resources (yet). What would be the easiest way to create these Kubernetes Resources? One of the options I see is to create a Terraform data rancher2_cluster_v2 object and write the content of
kube_config
to some local file on the system and use that one with the kubernetes provider. But that feels like a bit of too over-engineering.