Skip to content

Commit 9b06a8e

Browse files
authored
Merge branch 'main' into copilot/fix-85f15788-a0b8-4e52-bc90-ebff04f64f28
2 parents 5b8f6d0 + 8135dfb commit 9b06a8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

azure-resources/Compute/virtualMachines/kql/73d1bb04-7d3e-0d47-bc0d-63afe773b5fe.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ resources
1313
on lowerCaseNicId
1414
| summarize nicNames = make_set(nicName) by name, id, tostring(tags), vmSize
1515
| extend param2 = strcat("NicName: ", strcat_array(nicNames, ", ")), param3 = strcat("VMSize: ", vmSize)
16-
| project recommendationId = "dfedbeb1-1519-fc47-86a5-52f96cf07105", name, id, tags, param1="This machine has AccelNet enabled, but it is not possible to confirm if the GuestOS drivers are Up-to-Date.", param2,param3
16+
| project recommendationId = "73d1bb04-7d3e-0d47-bc0d-63afe773b5fe", name, id, tags, param1="This machine has AccelNet enabled, but it is not possible to confirm if the GuestOS drivers are Up-to-Date.", param2,param3
1717
| order by id asc
1818

azure-resources/ContainerService/managedClusters/kql/7f7ae535-a5ba-4665-b7e0-c451dbdda01f.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ resources
55
| mv-expand agentPoolProfile = properties.agentPoolProfiles
66
| extend taints = tostring(parse_json(agentPoolProfile.nodeTaints))
77
| extend nodePool = tostring(parse_json(agentPoolProfile.name))
8-
| where taints has "CriticalAddonsOnly=true:NoSchedule" and agentPoolProfile.minCount < 2
8+
| where taints has "CriticalAddonsOnly=true:NoSchedule" and agentPoolProfile.minCount < 3
99
| project recommendationId="7f7ae535-a5ba-4665-b7e0-c451dbdda01f", name, id, tags, param1=strcat("nodePoolName: ", nodePool), param2=strcat("nodePoolMinNodeCount: ", agentPoolProfile.minCount)
1010

azure-resources/ContainerService/managedClusters/recommendations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
recommendationResourceType: Microsoft.ContainerService/managedClusters
296296
recommendationMetadataState: Active
297297
longDescription: |
298-
The system node pool should be configured with a minimum node count of two to ensure critical system pods are resilient to node outages.
298+
The system node pool should be configured with a minimum node count of three to ensure critical system pods are resilient to node outages.
299299
potentialBenefits: Ensures pod resilience
300300
pgVerified: true
301301
automationAvailable: true

0 commit comments

Comments
 (0)