Skip to content

Commit 9e8da06

Browse files
committed
increment date
2 parents 741f459 + 2507a02 commit 9e8da06

File tree

69 files changed

+667
-416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+667
-416
lines changed

AKS-Arc/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@
180180
- name: Can't see VM SKUs on Azure portal
181181
href: check-vm-sku.md
182182
- name: Connectivity issues with MetalLB
183-
href: load-balancer-issues.md
183+
href: load-balancer-issues.md
184+
- name: Troubleshoot general network validation errors
185+
href: network-validation-errors.md
186+
- name: Network validation error due to .local domain
187+
href: network-validation-error-local.md
184188
- name: Reference
185189
items:
186190
- name: Azure CLI

AKS-Arc/aks-create-clusters-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create Kubernetes clusters using the Azure portal.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 02/26/2025
7+
ms.date: 04/22/2025
88
ms.reviewer: guanghu
99
ms.lastreviewed: 01/30/2024
1010
---

AKS-Arc/aks-troubleshoot.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot common issues in AKS enabled by Azure Arc
33
description: Learn about common issues and workarounds in AKS enabled by Arc.
44
ms.topic: how-to
55
author: sethmanheim
6-
ms.date: 04/01/2025
6+
ms.date: 04/30/2025
77
ms.author: sethm
88
ms.lastreviewed: 04/01/2025
99
ms.reviewer: abha
@@ -25,24 +25,24 @@ The following sections describe known issues for AKS enabled by Azure Arc:
2525
| AKS Arc CRUD operation | Issue | Fix status |
2626
|------------------------|-------|------------|
2727
| AKS cluster create | [Can't create AKS cluster or scale node pool because of issues with AKS Arc images](gallery-image-not-usable.md) | Partially fixed in 2503 release |
28-
| AKS steady state | [AKS Arc telemetry pod consumes too much memory and CPU](telemetry-pod-resources.md) | Active
29-
| AKS steady state | [Disk space exhaustion on control plane VMs due to accumulation of kube-apiserver audit logs](kube-apiserver-log-overflow.md) | Active
28+
| AKS steady state | [AKS Arc telemetry pod consumes too much memory and CPU](telemetry-pod-resources.md) | Active |
29+
| AKS steady state | [Disk space exhaustion on control plane VMs due to accumulation of kube-apiserver audit logs](kube-apiserver-log-overflow.md) | Active |
3030
| AKS cluster delete | [Deleted AKS Arc cluster still visible on Azure portal](deleted-cluster-visible.md) | Active |
3131
| AKS cluster delete | [Can't fully delete AKS Arc cluster with PodDisruptionBudget (PDB) resources](delete-cluster-pdb.md) | Fixed in 2503 release |
3232
| Azure portal | [Can't see VM SKUs on Azure portal](check-vm-sku.md) | Fixed in 2411 release |
33-
| MetalLB Arc extension | [Connectivity issues with MetalLB](load-balancer-issues.md) | Fixed in 2411 release |
34-
33+
| MetalLB Arc extension | [Connectivity issues with MetalLB](load-balancer-issues.md) | Fixed in 2411 release |
3534

3635
## Guides to diagnose and troubleshoot Kubernetes CRUD failures
3736

38-
| AKS Arc operation | Issue |
37+
| AKS Arc operation | Issue |
3938
|------------------------|-------|
40-
| Create validation | [Control plane configuration validation errors](control-plane-validation-errors.md)
41-
| Create validation | [K8sVersionValidation error](cluster-k8s-version.md)
42-
| Create validation | [KubeAPIServer unreachable error](kube-api-server-unreachable.md)
43-
| Network configuration issues | [Use diagnostic checker](aks-arc-diagnostic-checker.md)
44-
| Kubernetes steady state | [Resolve issues due to out-of-band deletion of storage volumes](delete-storage-volume.md)
45-
| Release validation | [Azure Advisor upgrade recommendation message](azure-advisor-upgrade.md)
39+
| Create validation | [Control plane configuration validation errors](control-plane-validation-errors.md) |
40+
| Create validation | [K8sVersionValidation error](cluster-k8s-version.md) |
41+
| Create validation | [KubeAPIServer unreachable error](kube-api-server-unreachable.md) |
42+
| Network configuration issues | [Use diagnostic checker](aks-arc-diagnostic-checker.md) |
43+
| Kubernetes steady state | [Resolve issues due to out-of-band deletion of storage volumes](delete-storage-volume.md) |
44+
| Release validation | [Azure Advisor upgrade recommendation message](azure-advisor-upgrade.md) |
45+
| Network validation | [Network validation error due to .local domain](network-validation-error-local.md) |
4646

4747
## Next steps
4848

AKS-Arc/auto-scale-aks-arc.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ms.topic: how-to
55
ms.custom: devx-track-azurecli
66
author: sethmanheim
77
ms.author: sethm
8-
ms.date: 08/01/2024
8+
ms.date: 05/02/2025
99
ms.reviewer: abha
10-
ms.lastreviewed: 08/01/2024
10+
ms.lastreviewed: 05/02/2025
1111

1212
# Intent: As a Kubernetes user, I want to use cluster autoscaling to grow my nodes to keep up with application demand.
1313
# Keyword: cluster autoscaling Kubernetes
@@ -19,6 +19,9 @@ ms.lastreviewed: 08/01/2024
1919

2020
To keep up with application demands in Kubernetes, you might need to adjust the number of nodes that run your workloads. The cluster autoscaler component watches for pods in your cluster that can't be scheduled because of resource constraints. When the cluster autoscaler detects issues, it scales up the number of nodes in the node pool to meet the application demands. It also regularly checks nodes for a lack of running pods and scales down the number of nodes as needed. This article shows you how to enable and manage the cluster autoscaler in AKS Arc.
2121

22+
> [!NOTE]
23+
> Before enabling autoscaling on your Azure Local cluster, review the [Scale requirements for AKS on Azure Local](/azure/aks/aksarc/scale-requirements#scale-requirements-when-using-autoscaler-with-aks-on-azure-local) to ensure your environment meets the required limits.
24+
2225
## Enable the cluster autoscaler on a new cluster
2326

2427
Create an AKS Arc cluster using the [`az aksarc create`](/cli/azure/aksarc#az-aksarc-create) command, and enable and configure the cluster autoscaler on the node pool for the cluster using the `--enable-cluster-autoscaler` parameter and specifying `--min-count` and `--max-count` for a node. The following example command creates a cluster with a single node, enables the cluster autoscaler, and sets a minimum of one and maximum of three nodes:

0 commit comments

Comments
 (0)