great-breakfast-56601
11/10/2021, 12:01 PMechoing-dinner-19531
11/10/2021, 12:31 PMgreat-breakfast-56601
11/10/2021, 1:39 PMechoing-dinner-19531
11/10/2021, 3:08 PMgreat-breakfast-56601
11/10/2021, 8:03 PMlittle-cartoon-10569
11/10/2021, 8:20 PMup
.echoing-dinner-19531
11/10/2021, 8:46 PMgreat-breakfast-56601
11/11/2021, 5:38 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
},
echoing-dinner-19531
11/11/2021, 12:46 PMgreat-breakfast-56601
11/11/2021, 4:36 PM