Skip to content

Commit e1f8abf

Browse files
committed
Fixes and updates
1 parent 472426e commit e1f8abf

5 files changed

+13
-13
lines changed

AKS-Arc/aks-edge-howto-connect-to-arc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Connect your AKS Edge Essentials clusters to Arc
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 09/27/2024
7+
ms.date: 02/20/2025
88
ms.custom: template-how-to
99
---
1010

@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313
This article describes how to connect your AKS Edge Essentials cluster to [Azure Arc](/azure/azure-arc/kubernetes/overview) so that you can monitor the health of your cluster on the Azure portal. If your cluster is connected to a proxy, you can use the scripts provided in the GitHub repo to connect your cluster to Arc [as described here](./aks-edge-howto-more-configs.md).
1414

1515
> [!IMPORTANT]
16-
> Starting with the February 2025 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically after you run `New-AksEdgeDeployment` to deploy an AKS Edge cluster.
16+
> Starting with the AKS Edge Essentials February 2025 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically after you run `New-AksEdgeDeployment` to deploy an AKS Edge Essentials cluster.
1717
1818
## Prerequisites
1919

AKS-Arc/aks-edge-howto-multi-node-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to create a cluster with multiple machines in AKS Edg
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 01/09/2025
7+
ms.date: 02/20/2025
88
ms.custom: template-how-to
99
---
1010

@@ -52,10 +52,10 @@ The key parameters to note for a scalable Kubernetes deployment are:
5252
> [!IMPORTANT]
5353
> The Kubernetes `pod cidr` is `10.42.0.0/16` for K3s and `10.244.0.0/24` for K8s. The Kubernetes `service cidr` is `10.43.0.0/16` for K3s and `10.96.0.0/12` for K8s.
5454
55-
- `Arc`: This section is required. During AKS EE deployment, the Arc parameters will be used to connect the AKS EE cluster to Azure Arc. For more information on the required Arc parameters, see the [connect to Arc documentation](./aks-edge-howto-connect-to-arc.md).
55+
- `Arc`: This section is required. During the AKS Edge Essentials deployment, the Arc parameters are used to connect the AKS EE cluster to Azure Arc. For more information about the required Arc parameters, see the [connect to Arc documentation](aks-edge-howto-connect-to-arc.md).
5656
5757
> [!IMPORTANT]
58-
> Starting with the February 2025 release, the `Arc` section of the config file is required. Azure Arc connection will occur automatically during AKS EE deployment.
58+
> Starting with the AKS Edge Essentials February 2025 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically during AKS EE deployment.
5959
6060
- The `Network.NetworkPlugin` value by default is `flannel`. Flannel is the default CNI for a K3S cluster. In a K8S cluster, change the `NetworkPlugin` to `calico`.
6161
- In addition to the previous parameters, you can set the following parameters according to your deployment configuration, [as described here](aks-edge-deployment-config-json.md): `LinuxNode.CpuCount`, `LinuxNode.MemoryInMB`, `LinuxNode.DataSizeInGB`, `LinuxNode.Ip4Address`, `WindowsNode.CpuCount`, `WindowsNode.MemoryInMB`, `WindowsNode.Ip4Address`, `Init.ServiceIPRangeSize`, and `Network.InternetDisabled`.

AKS-Arc/aks-edge-howto-single-node-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy AKS Edge Essentials on a single machine.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 08/21/2024
7+
ms.date: 02/20/2024
88
ms.custom: template-how-to
99
---
1010

@@ -31,13 +31,13 @@ See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for a de
3131
The key parameters for single machine deployment are:
3232

3333
- `DeploymentType`: This parameter defines the deployment type and is specified as `SingleMachineCluster`.
34-
- `Arc`: This section is required. During AKS EE deployment, the Arc parameters will be used to connect the AKS EE cluster to Azure Arc. For more information on the required Arc parameters, see the [connect to Arc documentation](./aks-edge-howto-connect-to-arc.md).
34+
- `Arc`: This section is required. During the AKS Edge Essentials deployment, the Arc parameters are used to connect the AKS EE cluster to Azure Arc. For more information about the required Arc parameters, see the [connect to Arc documentation](aks-edge-howto-connect-to-arc.md).
3535

3636
- The `Network.NetworkPlugin` by default is `flannel`. This is the default for a K3S cluster. If you're using a K8S cluster, change the CNI to `calico`.
3737
- You can set the following parameters according to your deployment configuration [as described here](aks-edge-deployment-config-json.md): `LinuxNode.CpuCount`, `LinuxNode.MemoryInMB`, `LinuxNode.DataSizeInGB`, `WindowsNode.CpuCount`, `WindowsNode.MemoryInMB`, `Init.ServiceIPRangeSize`, and `Network.InternetDisabled`.
3838

3939
> [!IMPORTANT]
40-
> Starting with the February 2025 release, the `Arc` section of the config file is required. Azure Arc connection will occur automatically during AKS EE deployment.
40+
> Starting with the AKS Edge Essentials February 2025 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically during the AKS EE deployment.
4141
4242
## Step 2: create a single machine cluster
4343

AKS-Arc/aks-edge-howto-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to uninstall AKS Edge Essentials.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 07/11/2024
7+
ms.date: 02/20/2025
88
ms.custom:
99
- template-how-to
1010
- devx-track-azurecli

AKS-Arc/aks-edge-system-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Requirements and supported versions for AKS Edge Essentials.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: conceptual
7-
ms.date: 09/10/2024
7+
ms.date: 02/20/2025
88
ms.custom: template-concept
99
---
1010

@@ -60,10 +60,10 @@ Install Windows 10/11 IoT Enterprise/Enterprise/Pro on your machine and activate
6060
- **Deployment options**: Full Kubernetes deployment on multiple machines.
6161
- **Workloads**: Windows worker nodes.
6262
- **GPU**: [GPU-PV](aks-edge-gpu.md).
63-
- **Secret Encryption**: [KMS plugin for AKS EE](./aks-edge-howto-secret-encryption).
64-
- **Security**: [Workload Identity](aks-edge-workload-identity.md). WLIF is only available for customers deploying AIO on top of AKS EE.
63+
- **Secret Encryption**: [KMS plugin for AKS EE](aks-edge-howto-secret-encryption.md).
64+
- **Security**: [Workload identity](aks-edge-workload-identity.md). Workload identity federation is only available for customers deploying Azure IoT Operations on top of AKS Edge Essentials.
6565
- **Network plugins**: Calico on K3S (discontinued).
6666

6767
## Next steps
6868

69-
- [Set up your machine](./aks-edge-howto-setup-machine.md)
69+
- [Set up your machine](aks-edge-howto-setup-machine.md)

0 commit comments

Comments
 (0)