Skip to content

Commit 015bc49

Browse files
authored
Merge pull request #118 from tksh164/update/aks-on-ws2022-doc
Update AKS on WS2022 doc
2 parents 0f39554 + 3820aea commit 015bc49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ K8snodeIPPoolEnd : 10.0.0.40
187187

188188
Set AKS configuration for your AKS deployment using [Set-AksHciConfig](https://learn.microsoft.com/azure/aks/hybrid/reference/ps/set-akshciconfig). The configuration will be saved on your volume.
189189

190+
> [!TIP]
191+
> You can specify AKS hybrid version by the `Version` parameter if you want to deploy not latest version.
192+
190193
```powershell
191194
$clusterRoleName = 'akshci-mgmt-cluster-{0}' -f (Get-Date).ToString('yyMMdd-HHmm')
192195
$baseDir = 'C:\ClusterStorage\HciVol\akshci'
@@ -206,9 +209,6 @@ $params = @{
206209
Set-AksHciConfig @params
207210
```
208211

209-
> [!TIP]
210-
> You can specify AKS hybrid version by the Version parameter if you want to deploy not latest version.
211-
212212
### 6.4. Register an Azure Arc-enabled Kubernetes resource for your management cluster
213213

214214
You need to register your management cluster to Azure as an Azure Arc connected Kubernetes. In this step, set the registration information for the registration using [Set-AksHciRegistration](https://learn.microsoft.com/azure/aks/hybrid/reference/ps/set-akshciregistration).
@@ -340,6 +340,9 @@ gateway 10.0.0.1
340340

341341
Create a new workload cluster. You can create multiple workload clusters and use those to run your workloads.
342342

343+
> [!TIP]
344+
> You can specify Kubernetes version of your workload cluster by the `KubernetesVersion` parameter if you want to deploy not latest version.
345+
343346
```powershell
344347
$params = @{
345348
Name = 'akswc1'
@@ -356,9 +359,6 @@ $params = @{
356359
New-AksHciCluster @params
357360
```
358361

359-
> [!TIP]
360-
> You can specify Kubernetes version of your workload cluster by the KubernetesVersion parameter if you want to deploy not latest version.
361-
362362
## 8. (Optional) Connect your workload cluster to Arc-enabled Kubernetes
363363

364364
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

Comments
 (0)