Skip to content

Commit 6c37da7

Browse files
Merge pull request #15825 from sethmanheim/eever9-10
Add link to Kubernetes versions table
2 parents 82dde7b + a5b34bc commit 6c37da7

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

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

Lines changed: 10 additions & 7 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

@@ -13,8 +13,8 @@ ms.custom: template-how-to
1313
This article describes how to set up a nested virtualization environment to deploy an Azure Kubernetes Service (AKS) Edge Essentials cluster.
1414

1515
> [!NOTE]
16-
> Deploying AKS Edge Essentials on top of a nested virtualization environment on VMware ESXi is supported per [VMware KB2009916](https://kb.vmware.com/s/article/2009916).
17-
> Other nested virutalization deployments are not supported for production scenarios and are limited to developer purposes. This guide assumes you're using the Hyper-V hypervisor. We do not support using a non-Microsoft hypervisor, such as KVM.
16+
> Deploying AKS Edge Essentials on top of a nested virtualization environment on VMware ESXi is supported.
17+
> Other nested virtualization deployments are not supported for production scenarios and are limited to developer purposes. This guide assumes you're using the Hyper-V hypervisor. We do not support using a non-Microsoft hypervisor, such as KVM.
1818
1919
## Prerequisites
2020

@@ -23,7 +23,7 @@ This article describes how to set up a nested virtualization environment to depl
2323

2424
## Deployment on Windows VM on VMware ESXi
2525

26-
VMware ESXi [7.0](https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-esxi-vcenter-server-70-release-notes.html) and [8.0](https://docs.vmware.com/en/VMware-vSphere/8.0/rn/vmware-vsphere-80-release-notes/index.html) versions can host AKS Edge Essentials on top of a Windows virtual machine. See [VMware KB2009916](https://kb.vmware.com/s/article/2009916) for more information about VMware ESXi nested virtualization support.
26+
VMware ESXi [7.0](https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-esxi-vcenter-server-70-release-notes.html) and [8.0](https://docs.vmware.com/en/VMware-vSphere/8.0/rn/vmware-vsphere-80-release-notes/index.html) versions can host AKS Edge Essentials on top of a Windows virtual machine.
2727

2828
To set up AKS Edge Essentials on a VMware ESXi Windows virtual machine, use the following steps:
2929

@@ -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)