sparse-intern-71089
11/10/2021, 12:01 PMechoing-dinner-19531
11/10/2021, 12:31 PMgreat-breakfast-56601
11/10/2021, 1:39 PMgreat-breakfast-56601
11/10/2021, 1:40 PMechoing-dinner-19531
11/10/2021, 3:08 PMgreat-breakfast-56601
11/10/2021, 8:03 PMlittle-cartoon-10569
11/10/2021, 8:20 PMlittle-cartoon-10569
11/10/2021, 8:22 PMup
.little-cartoon-10569
11/10/2021, 8:22 PMechoing-dinner-19531
11/10/2021, 8:46 PMgreat-breakfast-56601
11/11/2021, 5:38 AMgreat-breakfast-56601
11/11/2021, 5:39 AMgreat-breakfast-56601
11/11/2021, 8:36 AMDefaultNodePool = new KubernetesClusterDefaultNodePoolArgs
{
Name = existingNodePool != null ? existingNodePool.Apply(value => value.Name) : Output.Create(resourcePrefix),
NodeCount = nodeCount,
VmSize = existingNodePool != null ? existingNodePool.Apply(value => value.VmSize) : Output.Create(vmSize),
OsDiskSizeGb = existingNodePool != null ? existingNodePool.Apply(value => value.OsDiskSizeGb) : Output.Create(30),
VnetSubnetId = existingNodePool != null ? existingNodePool.Apply(value => value.VnetSubnetId) : kubeSubnet.Id,
OrchestratorVersion = nodeVersion
},
great-breakfast-56601
11/11/2021, 8:36 AMechoing-dinner-19531
11/11/2021, 12:46 PMgreat-breakfast-56601
11/11/2021, 4:36 PM