Hello everybody, I have a question about azure-nat...
# azure
a
Hello everybody, I have a question about azure-native and AKS creation. If I create the agentPools for the managed cluster seperately using https://www.pulumi.com/registry/packages/azure-native/api-docs/containerservice/agentpool/ and set enableAutoScaling to true. What is the expected behaviour? I am facing the problem that the agent pool gets created backed by a virtual machine scale set. But this scale set is set to scale manually thus it will never auto scale. Did I miss something?
g
If I recall the VMSS scaling settings are not relevant for AKS as the Kubernetes scheduler/control plane is responsible for scaling up/down.