You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKS-Hybrid/aks-edge-howto-setup-nested-environment.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Nested virtualization environment for AKS Edge Essentials
3
3
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
6
6
ms.topic: how-to
7
-
ms.date: 11/28/2023
7
+
ms.date: 09/10/2024
8
8
ms.custom: template-how-to
9
9
---
10
10
@@ -13,8 +13,8 @@ ms.custom: template-how-to
13
13
This article describes how to set up a nested virtualization environment to deploy an Azure Kubernetes Service (AKS) Edge Essentials cluster.
14
14
15
15
> [!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.
18
18
19
19
## Prerequisites
20
20
@@ -23,7 +23,7 @@ This article describes how to set up a nested virtualization environment to depl
23
23
24
24
## Deployment on Windows VM on VMware ESXi
25
25
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.
27
27
28
28
To set up AKS Edge Essentials on a VMware ESXi Windows virtual machine, use the following steps:
29
29
@@ -268,7 +268,7 @@ The following guide is an example of IP address allocation. You can use your own
268
268
kubectl get nodes
269
269
```
270
270
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:
272
272
273
273
```output
274
274
PS C:\> kubectl get nodes
@@ -277,6 +277,9 @@ The following guide is an example of IP address allocation. You can use your own
> 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
+
280
283
## Next steps
281
284
282
285
- Add workloads by [deploying applications](aks-edge-howto-deploy-app.md)
Copy file name to clipboardExpand all lines: AKS-Hybrid/aks-edge-howto-update.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to update AKS Edge Essentials clusters.
4
4
author: rcheeran
5
5
ms.author: rcheeran
6
6
ms.topic: how-to
7
-
ms.date: 07/12/2024
7
+
ms.date: 09/10/2024
8
8
ms.custom: template-how-to
9
9
---
10
10
@@ -72,7 +72,7 @@ On-premises updates using WSUS is supported for AKS Edge Essentials updates. For
72
72
73
73
## Upgrade to newer versions
74
74
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`:
Copy file name to clipboardExpand all lines: AKS-Hybrid/aks-edge-system-requirements.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Requirements and supported versions for AKS Edge Essentials.
4
4
author: rcheeran
5
5
ms.author: rcheeran
6
6
ms.topic: conceptual
7
-
ms.date: 07/08/2024
7
+
ms.date: 09/10/2024
8
8
ms.custom: template-concept
9
9
---
10
10
@@ -50,10 +50,10 @@ Install Windows 10/11 IoT Enterprise/Enterprise/Pro on your machine and activate
50
50
51
51
## GA feature support matrix
52
52
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.
0 commit comments