Skip to content

Commit 4028a98

Browse files
authored
Update date and KMS plugin instructions
1 parent c650aeb commit 4028a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy AKS Edge Essentials on a single machine.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 08/21/2024
7+
ms.date: 02/05/2025
88
ms.custom: template-how-to
99
---
1010

@@ -33,7 +33,7 @@ The key parameters for single machine deployment are:
3333
- `DeploymentType`: This parameter defines the deployment type and is specified as `SingleMachineCluster`.
3434
- The `Network.NetworkPlugin` by default is `flannel`. This is the default for a K3S cluster. If you're using a K8S cluster, change the CNI to `calico`.
3535
- You can set the following parameters according to your deployment configuration [as described here](aks-edge-deployment-config-json.md): `LinuxNode.CpuCount`, `LinuxNode.MemoryInMB`, `LinuxNode.DataSizeInGB`, `WindowsNode.CpuCount`, `WindowsNode.MemoryInMB`, `Init.ServiceIPRangeSize`, and `Network.InternetDisabled`.
36-
- To encrypt Kubernetes secret store, you can enable Key Management Service (KMS) Plugin (Preview), set the `Init.KmsPlugin` enable: true. Learn more from [Enabling KMS Plugin on AKS Edge Essentials](hyperlink to KMS doc).
36+
- To encrypt the Kubernetes secret store, you can enable the Key Management Service (KMS) plugin (preview), set the `Init.KmsPlugin enable` to **true**. For more information, see [Enabling KMS Plugin on AKS Edge Essentials](hyperlink to KMS doc).
3737

3838
## Step 2: create a single machine cluster
3939

0 commit comments

Comments
 (0)