Skip to content

Commit a7532a9

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-stack-docs-pr (branch live)
2 parents 29ede84 + bd78909 commit a7532a9

File tree

5 files changed

+82
-9
lines changed

5 files changed

+82
-9
lines changed

AKS-Arc/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@
188188
href: aks-edge-overview.md
189189
- name: System requirements and support matrix
190190
href: aks-edge-system-requirements.md
191+
- name: What's new in AKS Edge Essentials
192+
href: aks-edge-whats-new.md
191193
- name: Quickstart
192194
href: aks-edge-quickstart.md
193195
- name: Concepts
@@ -270,8 +272,6 @@
270272
href: aks-edge-troubleshoot-overview.md
271273
- name: Logs
272274
href: aks-edge-resources-logs.md
273-
- name: Release notes and known issues
274-
href: https://github.com/Azure/AKS-Edge/releases
275275
- name: File bugs
276276
href: https://github.com/Azure/AKS-Edge/issues
277277
- name: AKS Edge Essentials pricing

AKS-Arc/aks-edge-whats-new.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: What's new in AKS Edge Essentials
3+
description: Learn about what's new in AKS Edge Essentials releases.
4+
ms.topic: overview
5+
ms.date: 03/12/2025
6+
author: sethmanheim
7+
ms.author: sethm
8+
ms.reviewer: sumsmith
9+
ms.lastreviewed: 03/12/2025
10+
11+
---
12+
13+
# What's new in AKS Edge Essentials
14+
15+
AKS Edge Essentials is a lightweight on-premises Kubernetes implementation of Azure Kubernetes Service (AKS) that automates running containerized applications at scale. This article describes the latest features, enhancements, and updates in AKS Edge Essentials releases.
16+
17+
## Release 1.10.868.0 (March 2025)
18+
19+
The following features and improvements were added in this release:
20+
21+
- **Enable secret encryption on AKS Edge Essentials clusters with the Key Management Service (KMS) plugin (preview)**. Following Kubernetes best practices, it's recommended that you encrypt the Kubernetes secret store on clusters. You can enable the KMS plugin in the **aks-edge** config file during deployment. The KMS plugin is set to **disabled** by default during the preview period. For more information about this feature, see the [Key Management Service (KMS) plugin (preview)](aks-edge-howto-secret-encryption.md) documentation.
22+
- **Key Manager for Kubernetes on AKS Edge Essentials (preview)**. [Key manager for Kubernetes](aks-edge-howto-key-manager.md) is an Azure Arc extension that automates the rotation of the signing key used to issue service account tokens. For more information about the Key Manager extension, see [Key manager for Kubernetes](aks-edge-howto-key-manager.md).
23+
- **AKS Edge Essentials now connects to Azure Arc during deployment to decrease the number of required deployment steps.** Arc parameters are now required in the **aks-edge** configuration file during deployment. Starting with the next release, the AKS Edge Essentials deployment will be blocked if Arc parameters are missing or invalid.
24+
- **The Calico CNI + K3s preview has been discontinued**. You must now use Flannel with K3s and Calico with K8s. For more information, see [Single machine deployment](aks-edge-howto-single-node-deployment.md#step-1-single-machine-configuration-parameters).
25+
26+
### Supported versions for 1.10.868.0
27+
28+
The component versions supported in the 1.10.868.0 release are as follows:
29+
30+
- AKS Edge Essentials version: 1.10.868.0
31+
- Mariner version: 2.0.20250207
32+
- K8s (upstream Kubernetes) distribution: 1.29.9 (upgrade only), 1.30.5
33+
- K3s distribution: 1.29.9 (upgrade only), 1.30.6
34+
- JSON version schema: 1.15
35+
36+
## Release 1.9.262.0 (November 2024)
37+
38+
- Updated the Mariner and Windows versions to include CVE fixes between this release and the previous release.
39+
40+
### Supported versions for 1.9.262.0
41+
42+
The component versions supported in the 1.9.262.0 release are as follows:
43+
44+
- AKS Edge Essentials version: 1.9.262.0
45+
- Mariner version: 2.0.20241029
46+
- K8s (upstream Kubernetes) distribution: 1.28.9, 1.29.4
47+
- K3s distribution: 1.28.5, 1.29.6
48+
- JSON version schema: 1.14
49+
50+
## Release 1.8.202.0 (September 2024)
51+
52+
- Upgrade from K3s 1.28.3 (July release) to 1.28.5 (September release), and on K8s from 1.28.3 (July release) to 1.28.9 (September release).
53+
- Upgrade from K3s 1.27.6 (July release) to 1.28.5 (September release), and K3s 1.28.3 (July release) to 1.29.6 (September release)
54+
- Upgrade from K8s from 1.27.6 (July release) to 1.28.9 (September release), and on K8s from 1.28.3 (July release) to 1.29.4 (September release).
55+
- There is a new precheck during install to validate **fdatasync** latency. If disk latency is higher than 10ms, the install process returns a non-blocking warning message.
56+
57+
### Supported versions for 1.8.202.0
58+
59+
The component versions supported in the 1.8.202.0 release are as follows:
60+
61+
- AKS Edge Essentials version: 1.8.202.0
62+
- Mariner version: 2.0.20240731
63+
- K8s (upstream Kubernetes) distribution: 1.28.9, 1.29.4
64+
- K3s distribution: 1.28.5, 1.29.6
65+
- JSON version schema: 1.14
66+
67+
## Next steps
68+
69+
- [AKS Edge Essentials](aks-edge-overview.md)
70+
- [AKS Edge Essentials requirements and support matrix](aks-edge-system-requirements.md)

AKS-Arc/create-clusters-terraform.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ az login
7070
required_providers {
7171
azapi = {
7272
source = "azure/azapi"
73-
version = "~> 1.13"
73+
version = "~> 2.0"
7474
}
7575
azurerm = {
7676
source = "hashicorp/azurerm"
77-
version = "~> 3.74"
77+
version = "~> 4.0"
7878
}
7979
}
8080
}
@@ -88,13 +88,13 @@ az login
8888
}
8989
```
9090

91-
1. Create another file named**main.tf**that points to the latest AKS Arc AVM module, and insert the following code. You can read the description and input of the module and add optional parameters as needed. To find the admin group object ID, see [Enable Microsoft Entra authentication for Kubernetes clusters](enable-authentication-microsoft-entra-id.md). You can [follow this guidance](https://github.com/Azure/Edge-infrastructure-quickstart-template/blob/main/doc/AKS-Arc-Admin-Groups.md) to find it in your Azure environment.
91+
1. Create another file named **main.tf** that points to the latest AKS Arc AVM module, and insert the following code. You can read the description and input of the module and add optional parameters as needed. To find the admin group object ID, see [Enable Microsoft Entra authentication for Kubernetes clusters](enable-authentication-microsoft-entra-id.md). You can [follow this guidance](https://github.com/Azure/Edge-infrastructure-quickstart-template/blob/main/doc/AKS-Arc-Admin-Groups.md) to find it in your Azure environment. To enable Azure RBAC, update the corresponding parameter and see [Enable Azure RBAC for Kubernetes Authorization](azure-rbac-23h2.md) for prerequisites.
9292

9393
```terraform
9494
module "aks_arc" {
9595
# Make sure to use the latest AVM module version
9696
source = "Azure/avm-res-hybridcontainerservice-provisionedclusterinstance/azurerm"
97-
version = "~>0.6"
97+
version = "~>2.0"
9898
9999
# Make sure to provide all required parameters
100100
resource_group_id = "<Resource_Group>"
@@ -106,6 +106,7 @@ az login
106106
ssh_public_key = "Your_SSH_Key"
107107
108108
# Optional parameters, update them as needed
109+
enable_azure_rbac = false
109110
enable_workload_identity = false
110111
enable_oidc_issuer = false
111112
rbac_admin_group_object_ids = ["<Admin_Group_Object_ID>"]
@@ -114,7 +115,7 @@ az login
114115

115116
## Initialize Terraform
116117

117-
Run[`terraform init`](https://www.terraform.io/docs/commands/init.html)to initialize the Terraform deployment. Make sure to use the `-upgrade` flag to upgrade the necessary provider plugins to the latest version:
118+
Run [`terraform init`](https://www.terraform.io/docs/commands/init.html) to initialize the Terraform deployment. Make sure to use the `-upgrade` flag to upgrade the necessary provider plugins to the latest version:
118119

119120
```terraform
120121
terraform init -upgrade

azure-local/concepts/physical-network-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ If your switch isn't included, contact your switch vendor to ensure that your sw
7575
|----- |---| :-: | :-: | :-: | :-: |
7676
| [CX 8100 series](https://www.arubanetworks.com/resource/cx-8100-series-switch-data-sheet/) <br>(10 GbE)|AOS CX version 10.12.0006 or later |&check;| &check;| &check;| &check; |
7777
| [CX 8325 series](https://www.arubanetworks.com/resource/aruba-8325-switch-series-data-sheet/) <br>(10, 25, 100 GbE)|AOS CX version 10.11.1010 or later |&check;| &check;| &check;| &check; |
78+
| [CX 8325H series](https://www.hpe.com/psnow/doc/a00059009enw) <br>(10, 25, 40, 100 GbE)| AOS CX version 10.15.1005 or later |&check;| &check;| &check;| &check; |
7879
| [CX 8325P series](https://www.hpe.com/psnow/doc/a00059009enw) <br>(40, 100 GbE)| AOS CX version 10.15.0005 or later |&check;| &check;| &check;| &check; |
7980
| [CX 8360 series](https://www.arubanetworks.com/resource/aruba-cx-8360-switch-series-data-sheet/) <br>(10, 25 GbE) |AOS CX version 10.11.1010 or later |&check;| &check;| &check;| &check; |
8081
| [CX 10000 series](https://www.arubanetworks.com/resource/aruba-cx-10000-switch-series-data-sheet/) <br>(10, 25 GbE)|AOS CX version 10.11.1010 or later|&check;| &check;| &check;| &check; |
@@ -89,6 +90,7 @@ If your switch isn't included, contact your switch vendor to ensure that your sw
8990
|----- |---| :-: | :-: | :-: | :-: |
9091
| [CX 8100 series](https://www.arubanetworks.com/resource/cx-8100-series-switch-data-sheet/) <br>(10 GbE)|AOS CX version 10.12.0006 or later |&check;| &check;| &check;| &check; |
9192
| [CX 8325 series](https://www.arubanetworks.com/resource/aruba-8325-switch-series-data-sheet/) <br>(10, 25, 100 GbE)|AOS CX version 10.11.1010 or later |&check;| &check;| &check;| &check; |
93+
| [CX 8325H series](https://www.hpe.com/psnow/doc/a00059009enw) <br>(10, 25, 40, 100 GbE)| AOS CX version 10.15.1005 or later |&check;| &check;| &check;| &check; |
9294
| [CX 8325P series](https://www.hpe.com/psnow/doc/a00059009enw) <br>(40, 100 GbE)| AOS CX version 10.15.0005 or later |&check;| &check;| &check;| &check; |
9395
| [CX 8360 series](https://www.arubanetworks.com/resource/aruba-cx-8360-switch-series-data-sheet/) <br>(10, 25 GbE) |AOS CX version 10.11.1010 or later |&check;| &check;| &check;| &check; |
9496
| [CX 10000 series](https://www.arubanetworks.com/resource/aruba-cx-10000-switch-series-data-sheet/) <br>(10, 25 GbE)|AOS CX version 10.11.1010 or later|&check;| &check;| &check;| &check; |

azure-local/deploy/deployment-local-identity-with-key-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy Azure Local, version 23H2 using local identity with Azure Key Vaul
33
description: Learn how to use local identity with Azure Key Vault for Azure Local, version 23H2 deployment (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/20/2025
6+
ms.date: 03/11/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -37,7 +37,7 @@ Using local identity with Key Vault on Azure Local offers several benefits, part
3737

3838
Before you start, make sure that you:
3939

40-
- Sign the [Local Identity with Azure Key Vault Preview signup form](https://forms.office.com/pages/responsepage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAN__v7SnuFUNjBYOTVZTjRaTUtVVFVWSU1EM1dWWFpSOC4u&route=shorturl) to participate in the limited public preview. For more information about how we collect, use, and protect your personal data during your participation in the preview, review [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).
40+
- Send an email to [[email protected]](mailto:azurelocalidentity@microsoft.com) to participate in the limited public preview. For more information about how we collect, use, and protect your personal data during your participation in the preview, review [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).
4141

4242
- Satisfy the [prerequisites and complete deployment checklist](./deployment-prerequisites.md). Skip the AD-specific prerequisites.
4343

0 commit comments

Comments
 (0)