Skip to content

Commit 81e0bb7

Browse files
committed
clarifications
1 parent 6996450 commit 81e0bb7

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

articles/azure-arc/kubernetes/conceptual-extensions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Cluster extensions - Azure Arc-enabled Kubernetes"
3-
ms.date: 01/23/2023
3+
ms.date: 03/08/2023
44
ms.topic: conceptual
55
description: "This article provides a conceptual overview of the Azure Arc-enabled Kubernetes cluster extensions capability."
66
---
@@ -34,6 +34,9 @@ Both the `config-agent` and `extensions-manager` components running in the clust
3434
>
3535
> Protected configuration settings for an extension instance are stored for up to 48 hours in the Azure Arc-enabled Kubernetes services. As a result, if the cluster remains disconnected during the 48 hours after the extension resource was created on Azure, the extension changes from a `Pending` state to `Failed` state. To prevent this, we recommend bringing clusters online regularly.
3636
37+
> [!IMPORTANT]
38+
> Currently, Azure Arc-enabled Kubernetes cluster extensions aren't supported on ARM64-based clusters. To [install and use cluster extensions](extensions.md), the cluster must have at least one node of operating system and architecture type `linux/amd64`.
39+
3740
## Extension scope
3841

3942
Each extension type defines the scope at which they operate on the cluster. Extension installations on Arc-enabled Kubernetes clusters are either *cluster-scoped* or *namespace-scoped*.

articles/azure-arc/kubernetes/extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Azure Arc-enabled Kubernetes cluster extensions"
33
ms.custom: event-tier1-build-2022, ignite-2022
4-
ms.date: 01/23/2023
4+
ms.date: 03/08/2023
55
ms.topic: how-to
66
description: "Deploy and manage lifecycle of extensions on Azure Arc-enabled Kubernetes clusters."
77
---
@@ -39,7 +39,7 @@ Before you begin, read the [conceptual overview of Arc-enabled Kubernetes cluste
3939
az extension update --name k8s-extension
4040
```
4141
42-
* An existing Azure Arc-enabled Kubernetes connected cluster.
42+
* An existing Azure Arc-enabled Kubernetes connected cluster with at least one node of operating system and architecture type `linux/amd64`
4343
* If you haven't connected a cluster yet, use our [quickstart](quickstart-connect-cluster.md).
4444
* [Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to the latest version.
4545

articles/azure-arc/kubernetes/quickstart-connect-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
33
description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: quickstart
5-
ms.date: 03/07/2023
5+
ms.date: 03/08/2023
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -59,7 +59,7 @@ In addition to the prerequisites below, be sure to meet all [network requirement
5959
* Self-managed Kubernetes cluster using [Cluster API](https://cluster-api.sigs.k8s.io/user/quick-start.html)
6060
6161
>[!NOTE]
62-
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`.
62+
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`. See [Cluster requirements](system-requirements.md#cluster-requirements) for more about ARM64 scenarios.
6363
6464
* At least 850 MB free for the Arc agents that will be deployed on the cluster, and capacity to use approximately 7% of a single CPU.
6565
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.

articles/azure-arc/kubernetes/system-requirements.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Azure Arc-enabled Kubernetes system requirements"
3-
ms.date: 03/07/2023
3+
ms.date: 03/08/2023
44
ms.topic: conceptual
55
description: Learn about the system requirements to connect Kubernetes clusters to Azure Arc.
66
---
@@ -15,9 +15,12 @@ Azure Arc-enabled Kubernetes works with any Cloud Native Computing Foundation (C
1515

1616
You must also have a [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
1717

18-
The cluster must have at least one node with operating system and architecture type `linux/amd64` and/or `linux/arm64`. Many Arc-enabled Kubernetes features and scenarios are supported on ARM64 nodes, such as [cluster connect](cluster-connect.md) and [viewing Kubernetes resources in the Azure portal](kubernetes-resource-view.md). However, if using Azure CLI to enable these scenarios, note that [Azure CLI must be installed](/cli/azure/install-azure-cli) and run from an AMD64 machine.
18+
The cluster must have at least one node with operating system and architecture type `linux/amd64` and/or `linux/arm64`.
1919

20-
Currently, Azure Arc-enabled Kubernetes [cluster extensions](conceptual-extensions.md) aren't supported on ARM64-based clusters. To install and use cluster extensions, the cluster must have at least one node of operating system and architecture type `linux/amd64`.
20+
> [!IMPORTANT]
21+
> Many Arc-enabled Kubernetes features and scenarios are supported on ARM64 nodes, such as [cluster connect](cluster-connect.md) and [viewing Kubernetes resources in the Azure portal](kubernetes-resource-view.md). However, if using Azure CLI to enable these scenarios, note that [Azure CLI must be installed](/cli/azure/install-azure-cli) and run from an AMD64 machine.
22+
>
23+
> Currently, Azure Arc-enabled Kubernetes [cluster extensions](conceptual-extensions.md) aren't supported on ARM64-based clusters. To [install and use cluster extensions](extensions.md), the cluster must have at least one node of operating system and architecture type `linux/amd64`.
2124
2225
## Compute and memory requirements
2326

0 commit comments

Comments
 (0)