Hey all, have a question about Turtles installatio...
# cluster-api
a
Hey all, have a question about Turtles installation. Docs say:
Copy code
Disables the embedded-cluster-api feature in Rancher.
Deletes the mutating-webhook-configuration and validating-webhook-configuration webhooks, as they are no longer needed.
I am trying to understand if it will affect my RKE2 rancher-managed clusters. (deploying a sandbox rancher is too painful atm so i thought quicker to ask here) Rancher stores clusters it manages as a
cluster.x-k8s.io.clusters
resource, which is already a CAPI resource as per docs. What i'd like to know is, will
cluster.x-k8s.io.clusters
and RKE2 clusters in general be okay after i install Turtles and disable
embedded-cluster-api
? Thanks 🙏
f
Yes, the Turtles chart will install the Core cluster-api provider by default, replacing the Rancher embedded one, so all should work as expected with existing Rancher provisioned Clusters that use cattle provisioning API.