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: docs/deploy-aks-on-ws2022-with-hcilab.md
+13-5Lines changed: 13 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 @@ This document describes deployment steps to deploy AKS on Windows Server 2022 us
4
4
5
5
## 1. Deploy HCI Lab
6
6
7
-
### 1.1. Basics tab
7
+
**Basics tab**
8
8
9
9
-**Project details**
10
10
-**Subscription:** Select a subscription to use deploy your HCI Lab.
@@ -23,7 +23,7 @@ This document describes deployment steps to deploy AKS on Windows Server 2022 us
23
23
-**Azure Hybrid Benefit**
24
24
- You can apply Azure Hybrid Benefit if you have an eligible Windows Server license with Software Assurance or Windows Server subscription.
25
25
26
-
### 1.2. Lab host details tab
26
+
**Lab host details tab**
27
27
28
28
-**Disks**
29
29
-**OS disk type:** Select the lab host VM's OS disk type. Recommend to use the default value.
@@ -38,7 +38,7 @@ This document describes deployment steps to deploy AKS on Windows Server 2022 us
38
38
-**Auto-shutdown**
39
39
-**Auto-shutdown:** Enable this if you want to use auto-shutdown feature.
40
40
41
-
### 1.3. Lab environment tab
41
+
**Lab environment tab**
42
42
43
43
-**Common configuration**
44
44
-**Culture:** Select a culture for Hyper-V VMs in your HCI Lab environment. The culture represents the UI language, locale and input method.
@@ -54,11 +54,11 @@ This document describes deployment steps to deploy AKS on Windows Server 2022 us
54
54
55
55
-**AD domain FQDN:** The Active Directory domain FQDN in your HCI Lab environment. Leave default for this tutorial.
56
56
57
-
### 1.4. Advanced tab
57
+
**Advanced tab**
58
58
59
59
You can skip this tab because there are no necessary settings for this case. Click the **Next** button.
60
60
61
-
### 1.5. Review + create tab
61
+
**Review + create tab**
62
62
63
63
Click the **Create** button to start your HCI Lab deployment.
64
64
@@ -347,6 +347,14 @@ $params = @{
347
347
New-AksHciCluster @params
348
348
```
349
349
350
+
## 8. (Optional) Connect your workload cluster to Arc-enabled Kubernetes
351
+
352
+
You can connect your cluster to Arc-enabled Kubernetes optionally using [Enable-AksHciArcConnection](https://learn.microsoft.com/azure/aks/aksarc/reference/ps/enable-akshciarcconnection). The following example connects your Kubernetes cluster to Arc using the subscription and resource group details you passed in [Set-AksHciRegistration](https://learn.microsoft.com/azure/aks/hybrid/reference/ps/set-akshciregistration).
0 commit comments