How do y'all manage your AKS cluster through Pulum...
# azure
o
How do y'all manage your AKS cluster through Pulumi? Seems very limited
Copy code
A new agent pool was introduced. Adding agent pools to an existing cluster is not allowed through managed cluster
b
Hi Nikhil! There's a separate API to add AgentPools to an existing ManagedCluster called
AgentPool
. If you use that, everything will work just fine!