sparse-intern-71089
01/16/2022, 9:24 AMechoing-dinner-19531
01/16/2022, 10:17 AMmysterious-dawn-40701
01/16/2022, 12:19 PMdependsOn
..
Probably this is something that the provider should be doing automatically.. but it is good enough as it is now.
Thanks a lot!echoing-dinner-19531
01/16/2022, 12:33 PMechoing-dinner-19531
01/16/2022, 12:33 PMmysterious-dawn-40701
01/16/2022, 1:41 PMmysterious-dawn-40701
01/16/2022, 1:41 PMmysterious-dawn-40701
01/16/2022, 1:43 PM// Create cluster
const cluster = new rancher2.Cluster(this.name, cluster_args, {
provider: this.rancher.localAdmin,
dependsOn: Array.from(this.rancher.nodeTemplates.values()),
});
and it worksechoing-dinner-19531
01/16/2022, 2:38 PM