Skip to content

Commit 57c51c1

Browse files
committed
Resolved merge conflict.
2 parents 8e1729a + 699b449 commit 57c51c1

File tree

59 files changed

+943
-564
lines changed

Some content is hidden

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

59 files changed

+943
-564
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,11 @@
13161316
"redirect_url": "/azure/azure-managed-lustre/client-install?pivots=ubuntu-22",
13171317
"redirect_document_id": false
13181318
},
1319+
{
1320+
"source_path": "azure-managed-lustre/install-ubuntu-24.md",
1321+
"redirect_url": "/azure/azure-managed-lustre/client-install?pivots=ubuntu-24",
1322+
"redirect_document_id": false
1323+
},
13191324
{
13201325
"source_path": "azure-stack/hci/get-started.md",
13211326
"redirect_url": "/azure-stack/hci/manage/monitor-cluster",

AKS-Arc/TOC.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,15 @@
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
184-
183+
href: load-balancer-issues.md
184+
- name: Network validation error due to .local domain
185+
href: network-validation-error-local.md
185186
- name: Reference
186187
items:
187188
- name: Azure CLI
188189
href: /cli/azure/aksarc
190+
- name: Azure PowerShell
191+
href: /powershell/module/az.aksarc/
189192
- name: REST API reference
190193
href: /rest/api/hybridcontainer/operation-groups
191194
- name: Resources

AKS-Arc/aks-hci-network-system-requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AKS enabled by Azure Arc network requirements
33
description: Learn about AKS network prerequisites.
44
ms.topic: overview
5-
ms.date: 11/19/2024
5+
ms.date: 04/23/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: abha
@@ -64,6 +64,9 @@ Regardless of the option you choose, you must ensure that the IP addresses alloc
6464

6565
Proxy settings in AKS are inherited from the underlying infrastructure system. The functionality to set individual proxy settings for Kubernetes clusters and change proxy settings isn't supported yet. For more information on how to set proxy correctly, see [proxy requirements for Azure Local](/azure/azure-local/manage/configure-proxy-settings-23h2).
6666

67+
> [!WARNING]
68+
> You cannot update incorrect proxy settings after you deploy Azure Local. If the proxy is misconfigured, you must redeploy Azure Local.
69+
6770
## Firewall URL exceptions
6871

6972
Firewall requirements for AKS have been consolidated with Azure Local firewall requirements. See [Azure Local firewall requirements](/azure/azure-local/concepts/firewall-requirements) for list of URLs that need to be allowed to successfully deploy AKS.

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

0 commit comments

Comments
 (0)