Skip to content

Commit 56de313

Browse files
committed
Add link to Kubernetes versions table
1 parent d3dbac6 commit 56de313

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

AKS-Hybrid/aks-edge-howto-setup-nested-environment.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Nested virtualization environment for AKS Edge Essentials
33
description: Learn how to prepare your nested virtualization environment for AKS Edge Essentials clusters.
4-
author: fcabrera23
5-
ms.author: fcabrera
4+
author: sethmanheim
5+
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 11/28/2023
7+
ms.date: 09/10/2024
88
ms.custom: template-how-to
99
---
1010

@@ -268,7 +268,7 @@ The following guide is an example of IP address allocation. You can use your own
268268
kubectl get nodes
269269
```
270270

271-
If everything was correctly set up, you should see both Linux nodes running in your cluster
271+
If everything was correctly set up, you should see both Linux nodes running in your cluster:
272272

273273
```output
274274
PS C:\> kubectl get nodes
@@ -277,6 +277,9 @@ The following guide is an example of IP address allocation. You can use your own
277277
windows-vm2-ledge Ready control-plane,etcd,master 10m25s v1.24.3+k3s-
278278
```
279279

280+
> [!NOTE]
281+
> For a list of currently supported Kubernetes versions on both K3s and K8s, see the table in [Download AKS Edge Essentials](aks-edge-howto-setup-machine.md#download-aks-edge-essentials).
282+
280283
## Next steps
281284

282285
- Add workloads by [deploying applications](aks-edge-howto-deploy-app.md)

AKS-Hybrid/aks-edge-howto-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to update AKS Edge Essentials clusters.
44
author: rcheeran
55
ms.author: rcheeran
66
ms.topic: how-to
7-
ms.date: 07/12/2024
7+
ms.date: 09/10/2024
88
ms.custom: template-how-to
99
---
1010

@@ -72,7 +72,7 @@ On-premises updates using WSUS is supported for AKS Edge Essentials updates. For
7272

7373
## Upgrade to newer versions
7474

75-
AKS Edge Essentials currently supports Kubernetes version 1.24.3 on both K3s and K8s. As we continue to add support to newer versions, you can use over-the-air updates to the newer versions. To upgrade your clusters to newer versions, set the `Set-AksEdgeUpgrade` command to `true`:
75+
For a list of currently supported Kubernetes versions on both K3s and K8s, see the table in [Download AKS Edge Essentials](aks-edge-howto-setup-machine.md#download-aks-edge-essentials). As we continue to add support to newer versions, you can use over-the-air updates to the newer versions. To upgrade your clusters to newer versions, set the `Set-AksEdgeUpgrade` command to `true`:
7676

7777
```powershell
7878
Set-AksEdgeUpgrade – AcceptUpgrade $true

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

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

@@ -50,10 +50,10 @@ Install Windows 10/11 IoT Enterprise/Enterprise/Pro on your machine and activate
5050
5151
## GA feature support matrix
5252

53-
- **Kubernetes Distribution supported**: Kubernetes (K8S) - Version: 1.24.3 and on Kubernetes (K3S) - Version: 1.24.3
54-
- **Deployment options**: Single-machine clusters and full Kubernetes deployment on single machines only. Full deployment across multiple machines isn't supported in GA.
55-
- **Workloads**: Only Linux worker nodes.
56-
- **Network plugins**: Calico on K8S.
53+
- **Supported Kubernetes distribution**: currently supported Kubernetes versions on both K3s and K8s [are described in this table](aks-edge-howto-setup-machine.md#download-aks-edge-essentials).
54+
- **Deployment options**: single-machine clusters and full Kubernetes deployment on single machines only. Full deployment across multiple machines isn't supported in GA.
55+
- **Workloads**: only Linux worker nodes.
56+
- **Network plugins**: Calico on K8s.
5757

5858
## Experimental or prerelease features
5959

0 commit comments

Comments
 (0)