Skip to content

Commit 3b160f8

Browse files
committed
fix issues
1 parent f928c3c commit 3b160f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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, these scenarios must be enabled by using [Azure CLI](/cli/azure/install-azure-cli) installed on an AMD64 machine.
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.
1919

2020
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`.
2121

@@ -93,7 +93,7 @@ You can also register the resource providers in the [Azure portal](../../azure-r
9393

9494
## Network requirements
9595

96-
Be sure that you have connectivity to the [required endpoints for Azure Arc-enabled Kubernetes](includes/network-requirements.md).
96+
Be sure that you have connectivity to the [required endpoints for Azure Arc-enabled Kubernetes](network-requirements.md).
9797

9898
## Next steps
9999

0 commit comments

Comments
 (0)