Hi, in which order is additional_manifest <https:/...
# discuss-terraform
q
Hi, in which order is additional_manifest https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/cluster_v2#create-a-cluster-with-additional-manifest created? First Cluster, then the manifests or the other way? I tried to add kind: MachineInventorySelectorTemplate manifests but "apply" times out. While deploying i checked the k8s resources and the manifests were not created but needed for an elemental cluster as the elemental cluster manifest has a reference to the MachineInventorySelectorTemplate.
b
Here are the relevant documentation points for additional manifests: • https://ranchermanager.docs.rancher.com/reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration#addit[…]ifesthttps://docs.rke2.io/advanced#auto-deploying-manifests I believe rke2 uses its built in kubectl to deploy the manifests, the manifests will be deployed by the cluster as soon as it is able, so it is part of Rancher's cluster deployment action.
I am not sure if the deploy action waits for additional manifests to be ready before reporting complete, you may want to ask in the #C3ASABBD1 channel for that.
I know this is a really old question, and I am sorry for the lack of response, I have been on paternity leave.