early-sugar-1496
11/22/2020, 2:49 PMManagedClusterArgs.AgentPoolProfiles
AgentPoolProfiles
no problem. but if I want to add another pool after the cluster has been created, I need to use the AgentPool
resource and provide it with the cluster name, resource group name, etc.ManagedClusterArgs.AgentPoolProfiles
tall-librarian-49374
11/22/2020, 7:11 PMsparse-park-68967
11/23/2020, 7:31 PMpulumi refresh
. Going forward the new nodepool will be the system nodepool as desiredearly-sugar-1496
11/26/2020, 2:23 AMAgentPool
for the first system pool without the user of my component having to know the internals (I want them to specify a list of pools, with a requirement that there is a minimum of 1 system pool)
i have a similar problem when deleting the cluster after adding a new system pool and deleting the original. pulumi destroy
fails because it tries to delete the only remaining system pool before deleting the cluster.