Skip to content

🪲 Bug Report - Does not catch AKS cluster with Manual scale node pool correctly #749

@tksh164

Description

@tksh164

Describe the bug

The ARG query of the following recommendation does not catch AKS resources if auto-scale set to Manual even if node count less than 2 because the minCount property is no there.

| where taints !has "CriticalAddonsOnly=true:NoSchedule" and  agentPoolProfile.minCount < 2

To Reproduce

Run the ARG query of the Configure user nodepool count in Resource Graph Explorer with Manual scale AKS clusters.

Expected behaviour

Catch both auto-scale and manual node pools of AKS clusters if node count less than 2.

Screenshots 📷

There are two AKS clusters. One of the AKS clusters has a Manual scale node pool. (It is userpool of aprl-manualscale-aks)

Image

The current ARG query catching auto-scale node pools only.

Image

Additional context

None

Metadata

Metadata

Assignees

Labels

Bug 🐞Something isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions