Skip to content

Commit a582220

Browse files
authored
Merge pull request #17305 from sethmanheim/ver-upd310
AKS EE: Update version number and dates
2 parents 9926a61 + d4895ec commit a582220

15 files changed

+19
-19
lines changed

AKS-Arc/aks-edge-concept-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Basic networking concepts for AKS Edge Essentials
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: conceptual
7-
ms.date: 07/11/2024
7+
ms.date: 03/10/2025
88
ms.custom: template-concept
99
---
1010

AKS-Arc/aks-edge-deployment-config-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Description of deployment configuration JSON parameters in AKS Edge
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: conceptual
7-
ms.date: 02/20/2025
7+
ms.date: 03/10/2025
88
ms.custom: template-concept
99
---
1010

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: 02/20/2025
7+
ms.date: 03/10/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 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.
16+
> Starting with the AKS Edge Essentials 1.10.868.0 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-key-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Key Manager for Kubernetes extension to rotate
44
ms.topic: how-to
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 02/27/2025
7+
ms.date: 03/10/2025
88
ms.reviewer: leslielin
99
---
1010

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

Lines changed: 2 additions & 2 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: 02/20/2025
7+
ms.date: 03/10/2025
88
ms.custom: template-how-to
99
---
1010

@@ -55,7 +55,7 @@ The key parameters to note for a scalable Kubernetes deployment are:
5555
- `Arc`: This section is required. During the AKS Edge Essentials deployment, the Arc parameters are used to connect the AKS Edge Essentials 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 AKS Edge Essentials February 2025 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically during AKS Edge Essentials deployment.
58+
> Starting with the AKS Edge Essentials 1.10.868.0 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically during AKS Edge Essentials 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-secret-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enable the KMS plugin for AKS Edge Essentials clusters
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 02/27/2025
7+
ms.date: 03/10/2025
88
ms.custom: template-how-to
99
ms.reviewer: leslielin
1010
---

AKS-Arc/aks-edge-howto-setup-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to prepare your machines for AKS Edge Essentials clusters
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 09/04/2024
7+
ms.date: 03/10/2025
88
ms.custom: template-how-to
99
---
1010

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

Lines changed: 2 additions & 2 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: 02/27/2025
7+
ms.date: 03/10/2025
88
ms.custom: template-how-to
99
---
1010

@@ -38,7 +38,7 @@ The key parameters for single machine deployment are:
3838
- To encrypt the Kubernetes secret store, you can enable the Key Management Service (KMS) plugin (preview) by setting the `Init.KmsPlugin enable` to **true**. For more information, see [Enable secret encryption on a cluster](aks-edge-howto-secret-encryption.md).
3939

4040
> [!IMPORTANT]
41-
> 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 Edge Essentials deployment.
41+
> Starting with the AKS Edge Essentials 1.10.868.0 release, the `Arc` section of the config file is required. The Azure Arc connection occurs automatically during the AKS Edge Essentials deployment.
4242
4343
## Step 2: create a single machine cluster
4444

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: 02/20/2025
7+
ms.date: 03/10/2025
88
ms.custom:
99
- template-how-to
1010
- devx-track-azurecli

AKS-Arc/aks-edge-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: AKS Edge Essentials is an on-premises Kubernetes implementation of
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: overview
7-
ms.date: 02/06/2025
7+
ms.date: 03/10/2025
88
ms.custom: template-overview
99
---
1010

0 commit comments

Comments
 (0)