Skip to content

Commit 2688850

Browse files
committed
Final tweaks
1 parent e1b2e05 commit 2688850

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

AKS-Arc/configure-custom-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This configuration assumes you want to use a custom load balancer in your cluste
4949

5050
1. Manually configure your load balancer.
5151

52-
If you run an upgrade, the load balancer configuration (`loadBalancerSku` and `count`) you defined during installation remains the same after the upgrade completes. However, if you want to update `loadBalancerSku` during an upgrade, you must redeploy your workload clusters. If you have existing clusters running a HAProxy-based load balancer, you can continue running your workloads and the upgrade completes successfully.
52+
If you run an upgrade, the load balancer configuration (`loadBalancerSku` and `count`) you defined during installation remains the same after the upgrade completes. However, if you want to update `loadBalancerSku` during an upgrade, you must redeploy your workload clusters. If you have existing clusters running a HAProxy-based load balancer, you can continue running your workloads. The upgrade then completes successfully.
5353

5454
> [!IMPORTANT]
5555
> If you change from using a custom load balancer to using the default load balancer, you're required to redeploy your workload cluster with the new load balancer configuration. For information about how to configure the default load balancer, see [Configure load balancer](configure-load-balancer.md).

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](/azure-stack/aks-hci/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](/azure-stack/aks-hci/reference/ps/new-akshcicluster).
227+
> In previous versions of AKS on Windows Server, the [Set-AksHciCluster](/azure/azure-local/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](/azure/azure-local/reference/ps/new-akshcicluster).
228228
229-
To scale worker nodes in a node pool, use the [Set-AksHciNodePool](/azure-stack/aks-hci/reference/ps/set-akshcinodepool) command.
229+
To scale worker nodes in a node pool, use the [Set-AksHciNodePool](/azure/azure-local/reference/ps/set-akshcinodepool) command.
230230

231231
## Access your clusters using kubectl
232232

AKS-Arc/restrict-ssh-access-22h2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Restrict SSH access to virtual machines in AKS on Windows Server
3-
description: Learn how to restrict SSH access in AKS Arc on Windows Server.
3+
description: Learn how to restrict SSH access in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 04/02/2025

AKS-Arc/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This minimum requirement is for an AKS deployment with one worker node for runni
5757

5858
For a production environment, final sizing depends on the application and number of worker nodes you're planning to deploy on the Windows Server cluster. If you choose to run AKS on a single-node Windows Server, you don't get features like high availability that come with running AKS on a Windows Server failover cluster.
5959

60-
You must install the same operating system on each server in the cluster. If you're using Windows Server Datacenter, the same OS and version must be the same on each server in the cluster. Each OS must use the **en-us** region and language selections. You can't change these settings after installation.
60+
You must install the same operating system on each server in the cluster. In Windows Server Datacenter, the same OS and version must be the same on each server in the cluster. Each OS must use the **en-us** region and language selections. You can't change these settings after installation.
6161

6262
## Storage requirements
6363

AKS-Arc/troubleshoot-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AKS on Windows Server troubleshooting topics are organized by functional area. U
3939
- [General](/azure-stack/aks-hci/known-issues)
4040

4141
> [!NOTE]
42-
> If none of the workarounds found in the links above apply to you, [open a support issue](help-support.md).
42+
> If none of the workarounds found in these links apply to you, [open a support issue](help-support.md).
4343
4444
## Next steps
4545

0 commit comments

Comments
 (0)