Skip to content

Commit 70068db

Browse files
committed
review updates
1 parent ab58b7c commit 70068db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

AKS-Hybrid/aks-edge-howto-multi-node-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can generate the parameters needed to create a scalable cluster using the fo
2727
New-AksEdgeConfig -DeploymentType ScalableCluster -outFile .\aksedge-config.json | Out-Null
2828
```
2929

30-
This creates a configuration file called **aksedge-config.json** which includes the configuration needed to create a scalable cluster with a Linux node. The file is created in your current working directory. See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for detailed description of the configuration parameters (such as Proxy settings).
30+
This creates a configuration file called **aksedge-config.json** which includes the configuration needed to create a scalable cluster with a Linux node. The file is created in your current working directory. See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for detailed description of the configuration parameters (such as proxy settings).
3131

3232
See the following examples for more options for creating the configuration file.
3333

AKS-Hybrid/aks-edge-howto-single-node-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ New-AksEdgeConfig -DeploymentType SingleMachineCluster -outFile .\aksedge-config
2626

2727
This command creates a configuration file called **aksedge-config.json** that includes the configuration needed to create a single-machine cluster with a Linux node. The file is created in your current working directory. See the following examples for more options for creating the configuration file.
2828

29-
See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for detailed description of the configuration parameters.
29+
See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for a detailed description of the configuration parameters.
3030

3131
The key parameters for single machine deployment are:
3232

@@ -91,7 +91,7 @@ New-AksEdgeDeployment -JsonConfigString ($jsonObj | ConvertTo-Json -Depth 4)
9191
```
9292

9393
> [!TIP]
94-
> See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for all available options, including network settings such as Proxy settings.
94+
> See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for all available options, including network settings such as proxy settings.
9595
9696
### Create a simple cluster with NodePort service
9797

AKS-Hybrid/aks-edge-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313
This quickstart describes how to set up an Azure Kubernetes Service (AKS) Edge Essentials single-machine K3S Linux-only cluster.
1414

1515
> [!NOTE]
16-
> The purpose of this quickstart script is to ease the evaluation process and requires higher level credentials for one-time setup of Azure subscription. This is not intended for production use.
16+
> The purpose of this quickstart script is to ease the evaluation process. This script requires higher level credentials for a one-time setup of the Azure subscription. This is not intended for production use.
1717
1818
## Prerequisites
1919

@@ -57,7 +57,7 @@ This script automates the following steps:
5757
- Connects the deployed cluster to Arc for connected Kubernetes.
5858

5959
> [!TIP]
60-
> You can modify the `$aksedgeConfig` json content in the `AksEdgeQuickStart` script for any additional options. See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for available options.
60+
> You can modify the `$aksedgeConfig` json content in the `AksEdgeQuickStart` script for any additional options. For available options, see [Deployment JSON configuration](aks-edge-deployment-config-json.md).
6161
6262
## Step 2: Deploy AKS Edge Essentials
6363

AKS-Hybrid/scale-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ This article describes the maximum and minimum supported scale count for AKS on
2121
| Scale item | Minimum | Maximum |
2222
|--------------|----------|---------|
2323
| Number of physical nodes in an Azure Stack HCI cluster | 1 | 16 |
24-
| Count of control plane nodes `(Allowed values: 1, 3, and 5)` | 1 | 5 |
24+
| Count of control plane nodes (Allowed values are 1, 3, and 5) | 1 | 5 |
2525
| Number of nodes in default node pool created during cluster create | 1 | 200 |
2626
| Number of node pools in an AKS cluster | 1 | 16 |
27-
| Number of nodes in a node pool (Empty node pools not supported) | 1 | 64 |
27+
| Number of nodes in a node pool (empty node pools not supported) | 1 | 64 |
2828
| Total number of nodes in an AKS cluster across nodepools | 1 | 200 |
2929
| Number of AKS clusters per Azure Stack HCI cluster | 0| 32 |
3030

@@ -42,7 +42,7 @@ This article describes the maximum and minimum supported scale count for AKS on
4242
| System Role | VM Size | Memory, CPU |
4343
|---------------------------------|----------------------------------------|----------------------|
4444
| AKS Arc control plane nodes | Standard_A4_v2 | 8-GB memory, 4 vcpu |
45-
| AKS Arc HA Proxy VM | Standard_A4_v2. `Fixed size.` | 8-GB memory, 4 vcpu |
45+
| AKS Arc HA Proxy VM | Standard_A4_v2. (This size is fixed and can't be changed) | 8-GB memory, 4 vcpu |
4646
| AKS Arc Linux worker node | Standard_K8S3_v1 | 6-GB memory, 4 vcpu |
4747
| AKS Arc Windows worker node | Standard_K8S3_v1 | 6-GB memory, 4 vcpu |
4848

0 commit comments

Comments
 (0)