You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest separate AgentPool from AKSCluster resource:
Remove nodeCount, nodeVMSize fields from spec. And add required systemAgentPoolRef in spec.
In this way:
it'll be easier to support AgentPool scaling reconciliation
more readable specs when AgentPool will have more spec parameters
What problem are you facing?
AKSCluster not configurable in AgentPool:
Before this feature need AgentPool resource: #262
How could Crossplane help solve your problem?
I suggest separate AgentPool from AKSCluster resource:
Remove nodeCount, nodeVMSize fields from spec. And add required systemAgentPoolRef in spec.
In this way: