Skip to content

Commit 2f36ce7

Browse files
authored
Merge pull request #115 from tksh164/update/aks-ws2022-doc
Update AKS on WS2022 doc
2 parents d430fad + d4d903f commit 2f36ce7

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/deploy-aks-on-ws2022-with-hcilab.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes deployment steps to deploy AKS on Windows Server 2022 us
44

55
## 1. Deploy HCI Lab
66

7-
### 1.1. Basics tab
7+
**Basics tab**
88

99
- **Project details**
1010
- **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
2323
- **Azure Hybrid Benefit**
2424
- You can apply Azure Hybrid Benefit if you have an eligible Windows Server license with Software Assurance or Windows Server subscription.
2525

26-
### 1.2. Lab host details tab
26+
**Lab host details tab**
2727

2828
- **Disks**
2929
- **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
3838
- **Auto-shutdown**
3939
- **Auto-shutdown:** Enable this if you want to use auto-shutdown feature.
4040

41-
### 1.3. Lab environment tab
41+
**Lab environment tab**
4242

4343
- **Common configuration**
4444
- **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
5454

5555
- **AD domain FQDN:** The Active Directory domain FQDN in your HCI Lab environment. Leave default for this tutorial.
5656

57-
### 1.4. Advanced tab
57+
**Advanced tab**
5858

5959
You can skip this tab because there are no necessary settings for this case. Click the **Next** button.
6060

61-
### 1.5. Review + create tab
61+
**Review + create tab**
6262

6363
Click the **Create** button to start your HCI Lab deployment.
6464

@@ -347,6 +347,14 @@ $params = @{
347347
New-AksHciCluster @params
348348
```
349349

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).
353+
354+
```powershell
355+
Enable-AksHciArcConnection -Name 'akswc1'
356+
```
357+
350358
## Common operations
351359

352360
### List workload clusters

0 commit comments

Comments
 (0)