-
Notifications
You must be signed in to change notification settings - Fork 460
Description
/kind bug
[Before submitting an issue, have you checked the Troubleshooting Guide self-managed & managed?]
What steps did you take and what happened:
I tried to deploy AKS Managed using HOW-TO and repository examples for ASK and AKS-ASO.
I set all environment variables and used clusterctl to generate files.
After applying yaml file via kubectl I got the same issue for both versions AKS and AKS-ASO
Cause: agentPoolProfile.count was 0. It must be greater or equal to minCount:1 and less than or equal to maxCount:1000. If allowedMinCount was expected to be 0 but is 1: 1) The nodepool is a VMAS pool. 2) api Version is less than 2020-03-01. 3) The node is a system pool.: PUT
What did you expect to happen:
AKS will be created
Environment:
Azure managed cluster with workload-identity and user-identity
- cluster-api-provider-azure version: v1.21.1
- Kubernetes version: (use
kubectl version): 1.32
Metadata
Metadata
Assignees
Labels
Type
Projects
Status