Open MadJlzz opened 4 months ago
/priority backlog
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
/kind bug
What steps did you take and what happened: Add a
AzureMachinePool
to a cluster with avmSize
not available in theMachinePool
specifiedfailureDomains
.While monitor the advancement of the pool provisionning with
clusterctl
, I've noticed that the state was not changing and staying blocked onWaitingForInfrastructure
Describing both MachinePool and AzureMachinePool object gave me no indication that the chosen
vmSize
was not available in the region/zones I've specified.Finding the problem required me to check the logs of
capz
controller.What did you expect to happen: Have a better explanation on the status of the object to know why we're
WaitingForInfrastructure
.Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
Environment:
cluster-api-provider-azure version
Kubernetes version: (use
kubectl version
)OS (e.g. from
/etc/os-release
): Ubuntu 22.04