Skip to content

Commit 89e05a2

Browse files
committed
Actually fix links
1 parent abde200 commit 89e05a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/kubernetes-walkthrough-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Set-AksHciNodePool -clusterName mycluster -name linuxnodepool -count 3
224224
```
225225

226226
> [!NOTE]
227-
> In previous versions of AKS on Windows Server, the [Set-AksHciCluster](./reference/ps/set-akshcicluster) command was also used to scale worker nodes. Now that AKS is introducing node pools in workload clusters, you can only use this command to scale worker nodes if your cluster was created with the old parameter set in [New-AksHciCluster](./reference/ps/new-akshcicluster).
227+
> In previous versions of AKS on Windows Server, the [Set-AksHciCluster](./reference/ps/set-akshcicluster.md) command was also used to scale worker nodes. Now that AKS is introducing node pools in workload clusters, you can only use this command to scale worker nodes if your cluster was created with the old parameter set in [New-AksHciCluster](./reference/ps/new-akshcicluster.md).
228228
229-
To scale worker nodes in a node pool, use the [Set-AksHciNodePool](./reference/ps/set-akshcinodepool) command.
229+
To scale worker nodes in a nodepool, use the [Set-AksHciNodePool](./reference/ps/set-akshcinodepool.md) command.
230230

231231
## Access your clusters using kubectl
232232

0 commit comments

Comments
 (0)