Skip to content

Commit 0332def

Browse files
authored
Update aks-edge-howto-single-node-deployment.md
1 parent 4028a98 commit 0332def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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).
36+
- To encrypt the Kubernetes secret store, you can enable the Key Management Service (KMS) plugin (preview) by setting the `Init.KmsPlugin enable` to **true**. For more information, see [Enabling KMS Plugin on AKS Edge Essentials](aks-edge-howto-secret-encryption.md).
3737

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

0 commit comments

Comments
 (0)